From 6a91b0c418fe0d9161ac712561b4207cd40358a9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:10:42 +0800 Subject: [PATCH 001/152] New version: MoonshotAI.KimiCLI version 0.59 (#317959) --- .../0.59/MoonshotAI.KimiCLI.installer.yaml | 19 +++++++ .../0.59/MoonshotAI.KimiCLI.locale.en-US.yaml | 56 +++++++++++++++++++ .../0.59/MoonshotAI.KimiCLI.locale.zh-CN.yaml | 22 ++++++++ .../KimiCLI/0.59/MoonshotAI.KimiCLI.yaml | 8 +++ 4 files changed, 105 insertions(+) create mode 100644 manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.installer.yaml create mode 100644 manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.en-US.yaml create mode 100644 manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.zh-CN.yaml create mode 100644 manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.yaml diff --git a/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.installer.yaml new file mode 100644 index 000000000000..423803c6673a --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.59" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kimi.exe +Commands: +- kimi +ProductCode: 2025-11-12 +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/0.59/kimi-0.59-x86_64-pc-windows-msvc.zip + InstallerSha256: 4FE348E6513A21D60B5FCE78A96FFB5F8D5C36FB5DBEC449030170C07C5AA4A4 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.en-US.yaml new file mode 100644 index 000000000000..d62a2bc2f515 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.59" +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-cli/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi CLI +PackageUrl: https://www.kimi.com/coding/docs/en/kimi-cli.html +License: Apache-2.0 +LicenseUrl: https://github.com/MoonshotAI/kimi-cli/blob/HEAD/LICENSE +ShortDescription: A new CLI agent that can help you with your software development tasks and terminal operations. +Moniker: kimi-cli +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - chore: add pre-commit hooks for format/check/test by @Miss-you in https://github.com/MoonshotAI/kimi-cli/pull/345 + - chore(deps): upgrade kosong to 0.27.1 by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/362 + - feat: better context history file location by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/369 + - feat: more robust WireMessage serialization & deserialization by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/371 + - feat: record wire messages to a file in session dir by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/372 + - fix: kaos local path class issue by @Epsirom in https://github.com/MoonshotAI/kimi-cli/pull/373 + - fix(wire): fix subagent wire message recording by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/375 + - fix: WorkDirMeta kaos issue by @Epsirom in https://github.com/MoonshotAI/kimi-cli/pull/380 + - refactor: use kosong.step in compaction by @xxchan in https://github.com/MoonshotAI/kimi-cli/pull/379 + - feat(wire): introduce ApprovalRequestResolved wire message by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/376 + - feat: kaos fs supports bytes by @Epsirom in https://github.com/MoonshotAI/kimi-cli/pull/386 + - feat: reimplement WireServer by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/385 + - feat(sdk): rename UI app classes and KimiCLI methods for better consistency by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/388 + - feat(sdk): add KimiCLI.run to run soul and yield wire messages directly by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/390 + - fix(print): flush after printing messages by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/394 + - chore: renaming in comments to keep consistency (#388) by @Eric-Guo in https://github.com/MoonshotAI/kimi-cli/pull/392 + - docs: add examples on using Kimi CLI as harness and SDK by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/391 + - fix(session): migrate session file to avoid breaking session continuation by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/395 + - chore(deps): bump kosong to 0.28.0 by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/397 + - fix: remove aiopath dependency by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/399 + - fix: drop thinking parts in compact by @xxchan in https://github.com/MoonshotAI/kimi-cli/pull/381 + - chore: bump version to 0.59 by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/400 + Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/0.58...0.59 +ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/0.59 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..e2e9df20fb42 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.59" +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://www.kimi.com/coding/docs/kimi-cli.html +ShortDescription: Moonshot AI 自研的命令行通用智能体工具,帮助你快速完成各种各样的编程和文件处理等任务。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.yaml b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.yaml new file mode 100644 index 000000000000..458726f7a04d --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.59/MoonshotAI.KimiCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.59" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 7447d99ad0f3ae68a74c33e84aeedf0378491aa2 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 29 Nov 2025 08:11:13 -0800 Subject: [PATCH 002/152] New version: Overmind.OvermindCLI 1.10.5 (#317969) Co-authored-by: goreleaserbot --- .../Overmind.OvermindCLI.installer.yaml | 34 +++++++++++++++++++ .../Overmind.OvermindCLI.locale.en-US.yaml | 30 ++++++++++++++++ .../1.10.5/Overmind.OvermindCLI.yaml | 7 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.installer.yaml create mode 100644 manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.locale.en-US.yaml create mode 100644 manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.yaml diff --git a/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.installer.yaml b/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.installer.yaml new file mode 100644 index 000000000000..db29b21601ab --- /dev/null +++ b/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Overmind.OvermindCLI +PackageVersion: 1.10.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-11-28" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: overmind.exe + PortableCommandAlias: overmind + InstallerUrl: https://github.com/overmindtech/cli/releases/download/v1.10.5/overmind_cli_Windows_i386.zip + InstallerSha256: c595dde4003d62e12a0c37040a4c68a54f5024ac71c82c9896e4307f174de44e + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: overmind.exe + PortableCommandAlias: overmind + InstallerUrl: https://github.com/overmindtech/cli/releases/download/v1.10.5/overmind_cli_Windows_arm64.zip + InstallerSha256: 4dcde4ffb6b45c8ccf2446618d2b95b20cfd058b632bb3d8a3f8c97e0b70ce18 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: overmind.exe + PortableCommandAlias: overmind + InstallerUrl: https://github.com/overmindtech/cli/releases/download/v1.10.5/overmind_cli_Windows_x86_64.zip + InstallerSha256: ada708d5c6276b7ada42a48f7df4f0466265ca311fbdc577ae8cc0d64bd5da8e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.locale.en-US.yaml b/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.locale.en-US.yaml new file mode 100644 index 000000000000..15698562fee1 --- /dev/null +++ b/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Overmind.OvermindCLI +PackageVersion: 1.10.5 +PackageLocale: en-US +Publisher: Overmind +PublisherUrl: https://overmind.tech/ +PublisherSupportUrl: https://github.com/overmindtech/cli/issues/new +PackageName: OvermindCLI +PackageUrl: https://overmind.tech/ +License: FSL-1.1-Apache-2.0 +LicenseUrl: https://github.com/overmindtech/cli?tab=License-1-ov-file#readme +Copyright: Copyright 2024 Overmind Technology Inc. +ShortDescription: Predict what will happen for any given change +Description: Overmind calculates the impact of Terraform changes in your infrastructure, including the blast radius and likely risks. +Moniker: OvermindCLI +ReleaseNotes: | + ## Changelog + * 18b14ac0ba25281afa1e17f64575d0c4d48f3249 Add configurable time limit for blast radius calculation (#3165) + * 3c04640d8679428028a92a2ac38addadecae5c2a Run go mod tidy + * 98746030c81b08a513e0093b3cfc48e62a97aca4 Tidy up go.mod, last one (#3152) + * 7e32eb1b637f0d408345cbe4fc9c1aae6a419fbf chore(deps): update github actions to v6 (major) (#3173) + * 7c2c394cfb95c3e7bfbf7a1a86e7499e4f27cbf8 fix(deps): update github.com/serpapi/serpapi-golang digest to a523a21 (#3168) + * 6f161b7df89dc41ac0d234e4a31b644d1fec38c5 fix(deps): update go (#3170) + * f636c7ce6ebcb64c3700552374f6863c0bfb97fc fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 79d6a2a (#3169) + * 90a6cd8a8587f98f08c2ef40544d1b58aa3d445a fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute to v7 (#3177) + * 47a324a00309cb129e521f433f93a6861ac92254 fix(deps): update module github.com/stripe/stripe-go/v83 to v84 (#3178) + * 7d4514d627b824ebf0b239a3bc29398a95e001b8 fix, TestLabelRuleRequest accepts rule properties not id's (#3158) +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.yaml b/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.yaml new file mode 100644 index 000000000000..4139e5e1a41a --- /dev/null +++ b/manifests/o/Overmind/OvermindCLI/1.10.5/Overmind.OvermindCLI.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.10.0.schema.json +PackageIdentifier: Overmind.OvermindCLI +PackageVersion: 1.10.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 9271a7e0a1dfaf66beb1447cdee42d6c192f1020 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:11:49 +0100 Subject: [PATCH 003/152] New version: activescott.lessmsi version 2.10.8 (#318284) --- .../2.10.8/activescott.lessmsi.installer.yaml | 21 ++++++++++++ .../activescott.lessmsi.locale.en-US.yaml | 33 +++++++++++++++++++ .../lessmsi/2.10.8/activescott.lessmsi.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.installer.yaml create mode 100644 manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.locale.en-US.yaml create mode 100644 manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.yaml diff --git a/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.installer.yaml b/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.installer.yaml new file mode 100644 index 000000000000..8437d714fa2a --- /dev/null +++ b/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: activescott.lessmsi +PackageVersion: 2.10.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lessmsi-gui.exe + PortableCommandAlias: lessmsi-gui +- RelativeFilePath: lessmsi.exe + PortableCommandAlias: lessmsi +UpgradeBehavior: install +ReleaseDate: 2025-11-29 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/activescott/lessmsi/releases/download/v2.10.8/lessmsi-v2.10.8.zip + InstallerSha256: D8840B3DBBB66DEB4A8FDD123834A99F24FB49D3C3C6C72206D217D814533F91 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.locale.en-US.yaml b/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.locale.en-US.yaml new file mode 100644 index 000000000000..6e0b5a20d42d --- /dev/null +++ b/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: activescott.lessmsi +PackageVersion: 2.10.8 +PackageLocale: en-US +Publisher: Scott Willeke +PublisherUrl: https://github.com/activescott +PublisherSupportUrl: https://github.com/activescott/lessmsi/issues +PackageName: lessmsi +PackageUrl: https://github.com/activescott/lessmsi +License: MIT +LicenseUrl: https://github.com/activescott/lessmsi/blob/HEAD/LICENSE +Copyright: Copyright (c) 2004 Scott Willeke +ShortDescription: A tool to view and extract the contents of an Windows Installer (.msi) file. +Description: This is a utility with a graphical user interface and a command line interface that can be used to view and extract the contents of an MSI file. +Tags: +- c-sharp +- chocolatey +- extract +- extract-files +- install +- install-script +- msi +- windows +ReleaseNotes: |- + 2.10.8 (2025-11-29) + Bug Fixes + - albanian translation (#257) (d6316aa) + You can install or upgrade by extracting all files from the zip attached to this release into a single directory or via Chocolatey. +ReleaseNotesUrl: https://github.com/activescott/lessmsi/releases/tag/v2.10.8 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.yaml b/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.yaml new file mode 100644 index 000000000000..1442f5bf1d4a --- /dev/null +++ b/manifests/a/activescott/lessmsi/2.10.8/activescott.lessmsi.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: activescott.lessmsi +PackageVersion: 2.10.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 86110462f6255d5633f5c6e96e2d123cd750b86f Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:12:20 +0800 Subject: [PATCH 004/152] Modify: GoyalSoftech.Website2APKBuilderPro version 6.0 (#318293) --- .../GoyalSoftech.Website2APKBuilderPro.installer.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifests/g/GoyalSoftech/Website2APKBuilderPro/6.0/GoyalSoftech.Website2APKBuilderPro.installer.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/6.0/GoyalSoftech.Website2APKBuilderPro.installer.yaml index 19fc4f687056..45603c54455b 100644 --- a/manifests/g/GoyalSoftech/Website2APKBuilderPro/6.0/GoyalSoftech.Website2APKBuilderPro.installer.yaml +++ b/manifests/g/GoyalSoftech/Website2APKBuilderPro/6.0/GoyalSoftech.Website2APKBuilderPro.installer.yaml @@ -5,10 +5,17 @@ PackageIdentifier: GoyalSoftech.Website2APKBuilderPro PackageVersion: "6.0" InstallerLocale: en-US InstallerType: inno +Scope: machine +ProductCode: '{C1F5BFA5-3A41-44B0-AA9E-42DE4F6F1630}_is1' +AppsAndFeaturesEntries: +- ProductCode: '{C1F5BFA5-3A41-44B0-AA9E-42DE4F6F1630}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Goyal Softech\Website 2 APK Builder Pro\' Installers: - Architecture: x86 InstallerUrl: https://github.com/praveshagrawal/Website-2-APK-Builder/releases/download/v6.0/Website.2.APK.Builder.v6.0.Installer.exe - InstallerSha256: 281CA8F382112C9733B563E40A6DC23AF44C8B9B64347D7BD996BB465A2BEFCD + InstallerSha256: D31F5C998F5C69F0CE032261E0F92029BE29B9E4E80ACF595032675FA67B1C84 ManifestType: installer ManifestVersion: 1.10.0 ReleaseDate: 2025-11-22 From 60888b2a0b3e56ed08acf6ddadb2a369f0fb12e4 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:12:58 +0800 Subject: [PATCH 005/152] 64Gram.64Gram version 1.1.88 (#318294) --- .../1.1.88/64Gram.64Gram.installer.yaml | 22 ++++++++++++++++ .../1.1.88/64Gram.64Gram.locale.en-US.yaml | 25 +++++++++++++++++++ .../6/64Gram/64Gram/1.1.88/64Gram.64Gram.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.installer.yaml create mode 100644 manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.locale.en-US.yaml create mode 100644 manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.yaml diff --git a/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.installer.yaml new file mode 100644 index 000000000000..69af7c66566f --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.88 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.88/64Gram-setup-x64.1.1.88.exe + InstallerSha256: AA1159A115A69C533ABB8A6F1F2ED2A380E69DE3B7B91F822BE811D17AD259AF +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-28 diff --git a/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 000000000000..bec70c6e1be4 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.88 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/dev/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/blob/dev/LEGAL +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.1.88 (TDesktop v6.3.4) + - No changelog :) +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.1.88 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.yaml new file mode 100644 index 000000000000..e078f87032c8 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.1.88/64Gram.64Gram.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.1.88 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 6eec8a5172711401b1fd5d63b97902f0a566df99 Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Sat, 29 Nov 2025 11:13:39 -0500 Subject: [PATCH 006/152] New version: ZedIndustries.Zed version 0.214.7 (#318286) --- .../0.214.7/ZedIndustries.Zed.installer.yaml | 25 +++++++++++ .../ZedIndustries.Zed.locale.en-US.yaml | 42 +++++++++++++++++++ .../Zed/0.214.7/ZedIndustries.Zed.yaml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.installer.yaml create mode 100644 manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.locale.en-US.yaml create mode 100644 manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.yaml diff --git a/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.installer.yaml new file mode 100644 index 000000000000..cc9a10f8bcac --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ZedIndustries.Zed +PackageVersion: 0.214.7 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' +ReleaseDate: 2025-11-29 +AppsAndFeaturesEntries: +- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zed' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.214.7/Zed-x86_64.exe + InstallerSha256: C783C1BC846B92B8E754E5D9BFB10D48B0C17E1DB7EB5D860B910151CB77DF33 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.locale.en-US.yaml new file mode 100644 index 000000000000..01f1f3ce7c3a --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ZedIndustries.Zed +PackageVersion: 0.214.7 +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Moniker: zed +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: '- Fixed git gutter incorrectly showing up for ignored files. (#43777)' +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.214.7 +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.yaml new file mode 100644 index 000000000000..33a5663d5339 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/0.214.7/ZedIndustries.Zed.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ZedIndustries.Zed +PackageVersion: 0.214.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From a2064a880b317b4f7dede97801a24234c7feaf82 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 18:10:37 +0100 Subject: [PATCH 007/152] New version: MongoDB.Shell version 2.5.10 (#317956) --- .../Shell/2.5.10/MongoDB.Shell.installer.yaml | 26 ++++++++++++++++ .../2.5.10/MongoDB.Shell.locale.en-US.yaml | 30 +++++++++++++++++++ .../m/MongoDB/Shell/2.5.10/MongoDB.Shell.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.installer.yaml create mode 100644 manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.locale.en-US.yaml create mode 100644 manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.yaml diff --git a/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.installer.yaml b/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.installer.yaml new file mode 100644 index 000000000000..b70bbf6a1ef3 --- /dev/null +++ b/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MongoDB.Shell +PackageVersion: 2.5.10 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Commands: +- mongo +ProductCode: '{FBF273B1-EE97-48B3-8558-37A6982A52FD}' +ReleaseDate: 2025-11-27 +AppsAndFeaturesEntries: +- ProductCode: '{FBF273B1-EE97-48B3-8558-37A6982A52FD}' + UpgradeCode: '{DD25C0EE-96F6-41B6-822E-114383205DDF}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\mongosh' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.mongodb.com/compass/mongosh-2.5.10-x64.msi + InstallerSha256: B4417CF35794FD6BA5E05B903D2476A4B8EF7A38E0546A1C5EE2AA41C4C085F5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.locale.en-US.yaml b/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.locale.en-US.yaml new file mode 100644 index 000000000000..69911aac884d --- /dev/null +++ b/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MongoDB.Shell +PackageVersion: 2.5.10 +PackageLocale: en-US +Publisher: MongoDB Inc. +PublisherUrl: https://www.mongodb.com/ +PublisherSupportUrl: https://www.mongodb.com/contact +PrivacyUrl: https://www.mongodb.com/legal/privacy-policy +Author: MongoDB Inc. +PackageName: MongoDB Shell +PackageUrl: https://www.mongodb.com/products/shell +License: Apache License 2.0 +LicenseUrl: https://github.com/mongodb-js/mongosh/raw/main/LICENSE +Copyright: Copyright 2023 MongoDB Inc. +CopyrightUrl: https://www.mongodb.com/customer-agreement +ShortDescription: The mongo shell is an interactive JavaScript interface to MongoDB. +Description: The mongo shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations. +Moniker: mongodb-shell +Tags: +- db +- mongo +- mongodb +- shell +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.mongodb.com/mongodb-shell/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.yaml b/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.yaml new file mode 100644 index 000000000000..8dd83ddd5222 --- /dev/null +++ b/manifests/m/MongoDB/Shell/2.5.10/MongoDB.Shell.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MongoDB.Shell +PackageVersion: 2.5.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 78d509e9b25d5c6636997190d9f1535aa5286e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Sat, 29 Nov 2025 18:11:09 +0100 Subject: [PATCH 008/152] New version: alexpasmantier.television version 0.13.12 (#317977) --- .../alexpasmantier.television.installer.yaml | 20 +++++++ ...lexpasmantier.television.locale.en-US.yaml | 56 +++++++++++++++++++ .../0.13.12/alexpasmantier.television.yaml | 8 +++ 3 files changed, 84 insertions(+) create mode 100644 manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.installer.yaml create mode 100644 manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.locale.en-US.yaml create mode 100644 manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.yaml diff --git a/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.installer.yaml b/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.installer.yaml new file mode 100644 index 000000000000..476a8d27fc35 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.13.12 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tv.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alexpasmantier/television/releases/download/0.13.12/tv-0.13.12-x86_64-pc-windows-msvc.zip + InstallerSha256: E3E2A5C0B40C697537B7879A915143048015E870CC69A9C1A7EBE6C731BEDB15 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.locale.en-US.yaml b/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.locale.en-US.yaml new file mode 100644 index 000000000000..14f863a71d8b --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.13.12 +PackageLocale: en-US +Publisher: alexpasmantier +PublisherUrl: https://github.com/alexpasmantier +PublisherSupportUrl: https://github.com/alexpasmantier/television/issues +PackageName: Television +PackageUrl: https://github.com/alexpasmantier/television +License: MIT +LicenseUrl: https://github.com/alexpasmantier/television/blob/HEAD/LICENSE +Copyright: Copyright (c) Alexandre Pasmantier +CopyrightUrl: https://github.com/alexpasmantier/television/blob/main/LICENSE +ShortDescription: A cross-platform, fast and extensible general purpose fuzzy finder TUI. +Tags: +- cli +- command-line-tool +- fuzzy +- fuzzy-matching +- fuzzy-search +- rust +- terminal +- tui +ReleaseNotes: |- + 0.13.12 - 2025-11-28 + ⛰️ Features + - 3b10039 (channels) Add channel for selecting PATH directories by @hayderhassan in #786 + - a775bff (channels) Add sesh session manager channel by @josephschmitt in #787 + - 81971a1 (config) Add z (Zoxide) to dirs channel triggers by @nagromc in #776 + 🐛 Bug Fixes + - 0efad53 (channels) Run reload source after kill_session action by @josephschmitt in #790 + - c38cf95 (fish) Proper handling of ctrl-space for fish integration by @alexpasmantier + 📚 Documentation + - 6f9168a (cable) Update channel documentation (auto) by @github-actions[bot] in #792 + - 90b1df8 (cable) Update channel documentation (auto) by @github-actions[bot] in #789 + - 27189bf (cable) Update channel documentation (auto) by @github-actions[bot] in #788 + - 69c7b70 (channels) Add screenshot for sesh by @josephschmitt in #791 + - b09a0dc (config) Fix misleading windows config paths in docs by @alexpasmantier in #784 + - d4b32eb (windows) Clean up misleading path leftover by @alexpasmantier + - 3d506ae (uncategorized) Refactor installation methods section by @alexpasmantier + - ad21f54 (uncategorized) Add cycle sources docs and other missing keybindings by @alexpasmantier in #785 + ⚙️ Miscellaneous Tasks + - a85e3d9 (changelog) Update changelog (auto) by @github-actions[bot] in #780 + - 8601a18 (uncategorized) Release version 0.13.12 by @alexpasmantier + - ae42426 (uncategorized) Bump website dependencies + cargo deps by @alexpasmantier + - 614aabe (uncategorized) Bump cargo deps by @alexpasmantier + New Contributors + - @josephschmitt made their first contribution in #791 + - @hayderhassan made their first contribution in #786 + - @nagromc made their first contribution in #776 + Full Changelog: 0.13.11...0.13.12 +ReleaseNotesUrl: https://github.com/alexpasmantier/television/releases/tag/0.13.12 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.yaml b/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.yaml new file mode 100644 index 000000000000..43d9f04b9505 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.13.12/alexpasmantier.television.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.13.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From fb79bf14bda9aec3dcce974f30a7505d5cceef69 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 01:11:43 +0800 Subject: [PATCH 009/152] New version: Granola.Granola version 6.356.0 (#317984) --- .../6.356.0/Granola.Granola.installer.yaml | 20 +++++++++++++ .../6.356.0/Granola.Granola.locale.en-US.yaml | 29 +++++++++++++++++++ .../6.356.0/Granola.Granola.locale.zh-CN.yaml | 17 +++++++++++ .../Granola/6.356.0/Granola.Granola.yaml | 8 +++++ 4 files changed, 74 insertions(+) create mode 100644 manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml create mode 100644 manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml create mode 100644 manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.zh-CN.yaml create mode 100644 manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml new file mode 100644 index 000000000000..9f1934021d78 --- /dev/null +++ b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 6.356.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- granola +ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-6.356.0-win-x64.exe + InstallerSha256: C77C81BDD6C28A2CDBD7F218F714FA10A9A2752799A71B50A1D9940E5F9F481F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml new file mode 100644 index 000000000000..a670b067ad3e --- /dev/null +++ b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 6.356.0 +PackageLocale: en-US +Publisher: Granola +PublisherUrl: https://www.granola.ai/ +PublisherSupportUrl: https://help.granola.ai/ +PrivacyUrl: https://help.granola.ai/article/privacy-policy +Author: Granola, Inc. +PackageName: Granola +PackageUrl: https://www.granola.ai/ +License: Proprietary +LicenseUrl: https://www.granola.ai/policies +Copyright: © Granola inc 2025 +CopyrightUrl: https://www.granola.ai/policies +ShortDescription: The AI notepad for people in back-to-back meetings +Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. +Tags: +- audio +- caption +- subtitle +- transcribe +- transcription +- video +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.locale.zh-CN.yaml new file mode 100644 index 000000000000..49f3bac10131 --- /dev/null +++ b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.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.10.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 6.356.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 +Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 +Tags: +- 字幕 +- 视频 +- 转写 +- 音频 +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml new file mode 100644 index 000000000000..48beeb55f248 --- /dev/null +++ b/manifests/g/Granola/Granola/6.356.0/Granola.Granola.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 6.356.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 280482ad7d96e85a526bbe3e1c6f563c6f4d7237 Mon Sep 17 00:00:00 2001 From: binjr-bot <51818678+binjr-bot@users.noreply.github.com> Date: Sat, 29 Nov 2025 18:12:18 +0100 Subject: [PATCH 010/152] New version: binjr.core-x64 version 3.26.0 (#318291) --- .../3.26.0/binjr.core-x64.installer.yaml | 17 ++++++++ .../3.26.0/binjr.core-x64.locale.en-US.yaml | 42 +++++++++++++++++++ .../binjr/core-x64/3.26.0/binjr.core-x64.yaml | 8 ++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.installer.yaml create mode 100644 manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.locale.en-US.yaml create mode 100644 manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.yaml diff --git a/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.installer.yaml b/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.installer.yaml new file mode 100644 index 000000000000..aebc4f7cd1f5 --- /dev/null +++ b/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: binjr.core-x64 +PackageVersion: 3.26.0 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- silent +ProductCode: '{9347E8A0-019E-4E78-BE71-E606B7F227A3}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/binjr/binjr/releases/download/v3.26.0/binjr-3.26.0_windows-x86_64.msi + InstallerSha256: B815111C9E47BD15ACBB06B2B4F6B590AAD666C8D9B53FDF10943EDF1FB0A4A9 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-29 diff --git a/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.locale.en-US.yaml b/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.locale.en-US.yaml new file mode 100644 index 000000000000..b877da84670f --- /dev/null +++ b/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: binjr.core-x64 +PackageVersion: 3.26.0 +PackageLocale: en-US +Publisher: binjr +PublisherUrl: https://binjr.eu/ +PublisherSupportUrl: https://github.com/binjr/binjr/issues +Author: Frederic Thevenet +PackageName: binjr +PackageUrl: https://binjr.eu/download/latest_release/ +License: Apache-2.0 Licence +LicenseUrl: https://github.com/binjr/binjr/blob/master/LICENSE.md +Copyright: copyright 2016-2024 Frederic Thevenet +CopyrightUrl: https://binjr.eu/about/notice/ +ShortDescription: A time series browser +Description: binjr is a standalone time series browser. it renders time series data produced by other applications as dynamically editable views and provides advanced features to navigate the data smoothly and efficiently. +Moniker: binjr +Tags: +- analytics +- binjr +- chart +- java +- javafx +- javafx-desktop-apps +- jrds +- logviewer +- monitoring +- netdata +- rrd4j +- rrdtool +- time-series +- visualization +ReleaseNotesUrl: https://github.com/binjr/binjr/releases/tag/v3.26.0 +Documentations: +- DocumentLabel: Getting started + DocumentUrl: https://binjr.eu/documentation/getting-started/ +- DocumentLabel: User guide + DocumentUrl: https://binjr.eu/documentation/user_guide/main/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.yaml b/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.yaml new file mode 100644 index 000000000000..832350a9f760 --- /dev/null +++ b/manifests/b/binjr/core-x64/3.26.0/binjr.core-x64.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: binjr.core-x64 +PackageVersion: 3.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 7e82ce62a4a0b692cde866e8e6a1c95e440edee7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:03:56 +0800 Subject: [PATCH 011/152] Update: Mozilla.Firefox.DeveloperEdition.dsb version 146.0 (146.0b9) (#318025) --- ...lla.Firefox.DeveloperEdition.dsb.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml index aca5abebf11b..d6efa6f5c177 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/dsb/Firefox%20Setup%20146.0b8.exe - InstallerSha256: DE665DB6230E10D8EC24B6FDD168BFB3F0A7EE57FC4EE67D86B09588ECD6FDA2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/dsb/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 463463386146D9F1CE9305F137914705BA08B2F01DC996E560C4B90EA58F81B7 ProductCode: Firefox Developer Edition 146.0 (x86 dsb) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/dsb/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 5855AEC7D40E92456EFE999CAF0B6D47804BC97FC7C1A131F4E372B0926DF2C5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/dsb/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 97E8E64BA5A161B27018D78D6747E2F2DB064AF849DD3F920BC23A365069B50C ProductCode: Firefox Developer Edition 146.0 (x64 dsb) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/dsb/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 7FA2C7CC2E2557A62487F3FD119850FD18BA1A3CEA4ACF81140879D5BD51033F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/dsb/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 06EBE41C9978173F8E2B514CBCF9A95785173D23CA235426573184CA7706C971 ProductCode: Firefox Developer Edition 146.0 (arm64 dsb) ManifestType: installer ManifestVersion: 1.10.0 From 4d5144ad99ce44bbaeedef39fd56e0ce6dee0cb5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:04:27 +0800 Subject: [PATCH 012/152] Update: Mozilla.Firefox.DeveloperEdition.eu version 146.0 (146.0b9) (#318036) --- ...illa.Firefox.DeveloperEdition.eu.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/146.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/146.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml index 59bce5fab764..09078c14bb98 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/146.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/146.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/eu/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C4AF6A968D7AF12537CEF20211CD3282084E30D90E7CACEE7351A5507F4B7190 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/eu/Firefox%20Setup%20146.0b9.exe + InstallerSha256: B1C0C1AD16B7E085EBA778853E043F51C1F5743EF57227963DD17B8F70FB9F1F ProductCode: Firefox Developer Edition 146.0 (x86 eu) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/eu/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 1E6A8EDD9E5D076E23D7BC6553391283E3310C23AAA63D9F9FA1048BD2B5457A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/eu/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 4DD0E38C0C6099C9F34FCE7BFB4EE5A580EB9BFA35308ADB279D26C4BE9A0A9C ProductCode: Firefox Developer Edition 146.0 (x64 eu) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/eu/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C443E4F9DB8DE4BBF2A1343A205A38AA9354D3A3A1D5E9CE1A704B638A89A375 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/eu/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 4212561165BA6C20DF5119FEE1F28985E12772B3D8EE9A4D7728BE1BB7CE47D6 ProductCode: Firefox Developer Edition 146.0 (arm64 eu) ManifestType: installer ManifestVersion: 1.10.0 From 4045e99bca43fd0bd7476b6b8a37c3e39daaf993 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:05:02 +0800 Subject: [PATCH 013/152] Update: Mozilla.Firefox.DeveloperEdition.fr version 146.0 (146.0b9) (#318041) --- ...illa.Firefox.DeveloperEdition.fr.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/146.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/146.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml index 85dd0229dfc5..30e323773ec1 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/146.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/146.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/fr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: AEEB1FE0771E938F4BB313E17CDC69B83A7EB34BCE07136B7836C349EE49B841 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/fr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 3CC427E94CC95201F641503745B9F2A31AE0B4BD47CA7B0CEA1DE71CF083A9A1 ProductCode: Firefox Developer Edition 146.0 (x86 fr) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/fr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 3EE5D0816B503A1922835C00693E0F5151C2349DFEC3971DF4277FD5797A3BF9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/fr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 7932E4EE2FDFCFCF60C74DC5D8AFB60F2729FB781C68D1E6EF35C2A266875216 ProductCode: Firefox Developer Edition 146.0 (x64 fr) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/fr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: B19BB37B0A68D032FBBF0CC2F6EFB35F9A32C44DD1E663A1F8284246666D038B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/fr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1986BDD6594C06825B6A442C63F56FE7AB457C0618D39B103F795A9D33610B01 ProductCode: Firefox Developer Edition 146.0 (arm64 fr) ManifestType: installer ManifestVersion: 1.10.0 From d937ba112e14c9ef06cc459f169da6f7daea4765 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 19:10:44 +0100 Subject: [PATCH 014/152] Update version: GitButler.GitButler version 0.18.1 (#317659) --- .../0.18.1/GitButler.GitButler.installer.yaml | 22 ++++++++++++ .../GitButler.GitButler.locale.en-US.yaml | 36 +++++++++++++++++++ .../GitButler/0.18.1/GitButler.GitButler.yaml | 8 +++++ 3 files changed, 66 insertions(+) create mode 100644 manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.installer.yaml create mode 100644 manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.locale.en-US.yaml create mode 100644 manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.yaml diff --git a/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.installer.yaml new file mode 100644 index 000000000000..fc63678f1187 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.18.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{E0A26186-173B-4446-B018-4C848E7001B1}' +AppsAndFeaturesEntries: +- Publisher: gitbutler + ProductCode: '{E0A26186-173B-4446-B018-4C848E7001B1}' + UpgradeCode: '{6BA03334-13E8-5712-80AD-F373B5415A08}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitButler' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.18.1-2654/windows/x86_64/GitButler_0.18.1_x64_en-US.msi + InstallerSha256: 7A17996A71ED7128D284DEACA04A03E31AF47EC7EB3438D1096EE92DFEC25197 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-27 diff --git a/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 000000000000..4a4efe786a63 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.18.1 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com/ +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com/ +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +ReleaseNotes: |- + ## Changes + - Codegen: Make the agent aware of the `but` CLI - allowing it to perform operations for branches and commits in the workspace + - Adds syntax highlighting for different JSON file type variants (jsonc/json5/jsonl) + - Adds tool-tip information for changes that have a dependency (locked) + - Adds a "Lanes & Branches" settings category for better settings organization + + ## Fixes + - Fixes a bug where after merging a branch from stack the app would erroneously display the merged commits + - Fixes a bug with the input editor causing incorrect auto wrapping + - Fixes an issue with using Tab to navigate to Modal inputs + - Fixes a bug preventing committing of submodule changes +ReleaseNotesUrl: https://github.com/gitbutlerapp/gitbutler/releases +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.yaml new file mode 100644 index 000000000000..4b0eb004a108 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.18.1/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.18.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From e95dbb922137496f3ef2d7a07664c356c6ddd50a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:11:19 +0800 Subject: [PATCH 015/152] New version: qutebrowser.qutebrowser version 3.6.2 (#317720) --- .../qutebrowser.qutebrowser.installer.yaml | 37 +++++++++++++++++++ .../qutebrowser.qutebrowser.locale.en-US.yaml | 36 ++++++++++++++++++ .../qutebrowser.qutebrowser.locale.zh-CN.yaml | 22 +++++++++++ .../3.6.2/qutebrowser.qutebrowser.yaml | 8 ++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.installer.yaml create mode 100644 manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.en-US.yaml create mode 100644 manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.zh-CN.yaml create mode 100644 manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.yaml diff --git a/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.installer.yaml b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.installer.yaml new file mode 100644 index 000000000000..e8c6fe9ab47c --- /dev/null +++ b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: qutebrowser.qutebrowser +PackageVersion: 3.6.2 +InstallerType: nullsoft +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: qutebrowser +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/qutebrowser/qutebrowser/releases/download/v3.6.2/qutebrowser-3.6.2-amd64.exe + InstallerSha256: 0B81B769371327522FF7770C8AD365F992DF0EF7FFC614514F807E1CFDB6D058 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/qutebrowser/qutebrowser/releases/download/v3.6.2/qutebrowser-3.6.2-amd64.exe + InstallerSha256: 0B81B769371327522FF7770C8AD365F992DF0EF7FFC614514F807E1CFDB6D058 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.en-US.yaml b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.en-US.yaml new file mode 100644 index 000000000000..982d01d5abac --- /dev/null +++ b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.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.10.0.schema.json + +PackageIdentifier: qutebrowser.qutebrowser +PackageVersion: 3.6.2 +PackageLocale: en-US +Publisher: qutebrowser.org +PublisherUrl: https://www.qutebrowser.org/ +PublisherSupportUrl: https://www.qutebrowser.org/doc/help/ +PackageName: qutebrowser +PackageUrl: https://www.qutebrowser.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/qutebrowser/qutebrowser/blob/HEAD/LICENSE +Copyright: Copyright 2013-2025 Florian Bruhin (The Compiler) +ShortDescription: A keyboard-focused browser with a minimal GUI. +Description: |- + qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and Qt and free software, licensed under the GPL. + It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. +Tags: +- browser +- vim +- web +- webpage +ReleaseNotes: |- + Changed + - Windows and macOS releases now ship with Qt 6.10.1, which include security patches up to Chromium 142.0.7444.162. + Fixed + - The version info now includes the Wayland compositor name if wayland-client is available under a different name than libwayland-client.so (#8771). + - The list of Chromium extensions in --version / :version now uses the correct Chromium data profile, also fixing a crash with Qt 6.10.1 (#8785). + - With Qt 6.10.1, qt.workarounds.disable_hangouts_extension now doesn’t apply on private profiles, avoiding a Qt bug leading to a crash (#8785). +ReleaseNotesUrl: https://www.qutebrowser.org/doc/changelog.html#v3.6.2 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.qutebrowser.org/doc/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.zh-CN.yaml b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..e2c36496024e --- /dev/null +++ b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: qutebrowser.qutebrowser +PackageVersion: 3.6.2 +PackageLocale: zh-CN +Publisher: qutebrowser.org +PackageName: qutebrowser +ShortDescription: 以键盘为主,具有极简图形用户界面的浏览器。 +Description: |- + qutebrowser 是一款以键盘为主,具有极简图形用户界面的浏览器。基于 Python 和 Qt,是一款根据 GPL 授权的免费/自由软件。 + 它的灵感来源于其它浏览器/插件,如 dwb 和 Vimperator/Pentadactyl。 +Tags: +- vim +- 浏览器 +- 网页 +ReleaseNotesUrl: https://www.qutebrowser.org/doc/changelog.html#v3.6.2 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.qutebrowser.org/doc/faq.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.yaml b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.yaml new file mode 100644 index 000000000000..c60f806501b8 --- /dev/null +++ b/manifests/q/qutebrowser/qutebrowser/3.6.2/qutebrowser.qutebrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: qutebrowser.qutebrowser +PackageVersion: 3.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From da2b038341cea645e2908d6ac4187c13cac32b2b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:11:54 +0800 Subject: [PATCH 016/152] New version: Catsxp.Catsxp version 143.5.12.1 (#317813) --- .../Catsxp.Catsxp.installer.yaml | 20 +++++++++---------- .../Catsxp.Catsxp.locale.en-US.yaml | 4 ++-- .../Catsxp.Catsxp.locale.zh-CN.yaml | 4 ++-- .../Catsxp.Catsxp.yaml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) rename manifests/c/Catsxp/Catsxp/{142.5.11.6 => 143.5.12.1}/Catsxp.Catsxp.installer.yaml (71%) rename manifests/c/Catsxp/Catsxp/{142.5.11.6 => 143.5.12.1}/Catsxp.Catsxp.locale.en-US.yaml (93%) rename manifests/c/Catsxp/Catsxp/{142.5.11.6 => 143.5.12.1}/Catsxp.Catsxp.locale.zh-CN.yaml (93%) rename manifests/c/Catsxp/Catsxp/{142.5.11.6 => 143.5.12.1}/Catsxp.Catsxp.yaml (89%) diff --git a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.installer.yaml b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.installer.yaml similarity index 71% rename from manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.installer.yaml rename to manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.installer.yaml index b955e2bc426d..d0d6ef184450 100644 --- a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.installer.yaml +++ b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 142.5.11.6 +PackageVersion: 143.5.12.1 InstallerType: exe InstallModes: - silent @@ -31,30 +31,30 @@ FileExtensions: - xht - xhtml ProductCode: CatsxpSoftware Catsxp-Browser -ReleaseDate: 2025-11-14 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 Scope: user - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_142_5_11_6.exe - InstallerSha256: 4064A9C4E88E8FD3D6DEEF407489769B43DA6B19F988F42C8131D70B2C34937A + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_143_5_12_1.exe + InstallerSha256: 6B72B74D671F19B5901B7DA9FE98627A374C7177737A61E73704FE81AB6B8383 InstallerSwitches: Custom: --do-not-launch-chrome - Architecture: x86 Scope: machine - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_142_5_11_6.exe - InstallerSha256: 4064A9C4E88E8FD3D6DEEF407489769B43DA6B19F988F42C8131D70B2C34937A + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x86/catsxp_installer_143_5_12_1.exe + InstallerSha256: 6B72B74D671F19B5901B7DA9FE98627A374C7177737A61E73704FE81AB6B8383 InstallerSwitches: Custom: --do-not-launch-chrome --system-level - Architecture: x64 Scope: user - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_142_5_11_6.exe - InstallerSha256: A8D2B99E821AE410C728A1E1B4703DA23FF1CAAAF0B2B823A28C7694FBF47513 + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_143_5_12_1.exe + InstallerSha256: CE34A874742DEA8551F015129C7B839478A835CE4DE50ABBB8DFDDB8195FFBEB InstallerSwitches: Custom: --do-not-launch-chrome - Architecture: x64 Scope: machine - InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_142_5_11_6.exe - InstallerSha256: A8D2B99E821AE410C728A1E1B4703DA23FF1CAAAF0B2B823A28C7694FBF47513 + InstallerUrl: https://catsxp.oss-cn-hongkong.aliyuncs.com/win_x64/catsxp_installer_143_5_12_1.exe + InstallerSha256: CE34A874742DEA8551F015129C7B839478A835CE4DE50ABBB8DFDDB8195FFBEB InstallerSwitches: Custom: --do-not-launch-chrome --system-level ManifestType: installer diff --git a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.locale.en-US.yaml b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.locale.en-US.yaml similarity index 93% rename from manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.locale.en-US.yaml rename to manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.locale.en-US.yaml index 6e740c5a3b1e..477e4eaa0d74 100644 --- a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.locale.en-US.yaml +++ b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 142.5.11.6 +PackageVersion: 143.5.12.1 PackageLocale: en-US Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/ @@ -20,7 +20,7 @@ Tags: - web - webpage ReleaseNotes: |- - 1. [*]Kernel upgrade:142.0.7444.166 + 1. [*]Kernel upgrade:143.0.7499.87 2. [!]Some problems correction and detail optimization ReleaseNotesUrl: https://www.catsxp.com/history Documentations: diff --git a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.locale.zh-CN.yaml b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.locale.zh-CN.yaml similarity index 93% rename from manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.locale.zh-CN.yaml rename to manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.locale.zh-CN.yaml index 30eee57e7187..7b94a6bce05f 100644 --- a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.locale.zh-CN.yaml +++ b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 142.5.11.6 +PackageVersion: 143.5.12.1 PackageLocale: zh-CN Publisher: Catsxp Software Inc PublisherUrl: https://www.catsxp.com/zh-hans @@ -20,7 +20,7 @@ Tags: - 猫眼浏览器 - 网页 ReleaseNotes: |- - 1. [*]内核升级:142.0.7444.166 + 1. [*]内核升级:143.0.7499.87 2. [!]若干问题修正与细节优化 ReleaseNotesUrl: https://www.catsxp.com/zh-hans/history Documentations: diff --git a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.yaml b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.yaml similarity index 89% rename from manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.yaml rename to manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.yaml index 5cf74c0b602f..d7484240fac2 100644 --- a/manifests/c/Catsxp/Catsxp/142.5.11.6/Catsxp.Catsxp.yaml +++ b/manifests/c/Catsxp/Catsxp/143.5.12.1/Catsxp.Catsxp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Catsxp.Catsxp -PackageVersion: 142.5.11.6 +PackageVersion: 143.5.12.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From d1753f60bedc7d232ec96c31ebb28ad9ddac9824 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Sat, 29 Nov 2025 10:12:27 -0800 Subject: [PATCH 017/152] Update Netron to 8.7.6 (#317980) --- .../8.7.6/LutzRoeder.Netron.installer.yaml | 94 +++++++++++++++++++ .../8.7.6/LutzRoeder.Netron.locale.en-US.yaml | 22 +++++ .../Netron/8.7.6/LutzRoeder.Netron.yaml | 6 ++ 3 files changed, 122 insertions(+) create mode 100644 manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.installer.yaml create mode 100644 manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.locale.en-US.yaml create mode 100644 manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.yaml diff --git a/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.installer.yaml b/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.installer.yaml new file mode 100644 index 000000000000..aa84f9d36165 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.installer.yaml @@ -0,0 +1,94 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.7.6 +Platform: +- Windows.Desktop +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x86 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.7.6/Netron-Setup-8.7.6.exe + InstallerSha256: 87003427DF5FDCAD14377827DA2CC9530DEB4889898598D1FFC323F2B80C0CFC + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +- Architecture: arm64 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.7.6/Netron-Setup-8.7.6.exe + InstallerSha256: 87003427DF5FDCAD14377827DA2CC9530DEB4889898598D1FFC323F2B80C0CFC + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +FileExtensions: +- armnn +- caffemodel +- circle +- ckpt +- cmf +- dlc +- dnn +- gguf +- h5 +- hd5 +- hdf5 +- hn +- kann +- keras +- kgraph +- kmodel +- lite +- mar +- maxviz +- meta +- mge +- mlir +- mlirbc +- mlmodel +- mlnet +- mlpackage +- mnn +- model +- nb +- ngf +- nn +- nnp +- npy +- npz +- om +- onnx +- ort +- paddle +- param +- pb +- pbtxt +- pdiparams +- pdmodel +- pdopt +- pdparams +- pickle +- pkl +- prototxt +- pt +- pt2 +- pte +- pth +- ptl +- rknn +- safetensors +- t7 +- tfl +- tflite +- tm +- tmfile +- tnnproto +- torchscript +- uff +- xmodel +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.locale.en-US.yaml b/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.locale.en-US.yaml new file mode 100644 index 000000000000..047e930eb297 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.7.6 +PackageName: Netron +PackageLocale: en-US +PackageUrl: https://github.com/lutzroeder/netron +Publisher: Lutz Roeder +PublisherUrl: https://github.com/lutzroeder/netron +PublisherSupportUrl: https://github.com/lutzroeder/netron/issues +Author: Lutz Roeder +License: MIT +Copyright: Copyright (c) Lutz Roeder +CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE +ShortDescription: Visualizer for neural network, deep learning, and machine learning models +Description: Visualizer for neural network, deep learning, and machine learning models +Moniker: netron +Tags: +- machine-learning +- deep-learning +- neural-network +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.yaml b/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.yaml new file mode 100644 index 000000000000..f4e34cba2bde --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.7.6/LutzRoeder.Netron.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 641800eb10d57ad39d38f4ca559aa5a0bfd47dde Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:13:00 +0800 Subject: [PATCH 018/152] Update: Archi.Archi version 5.7.0 (#318296) --- manifests/a/Archi/Archi/5.7.0/Archi.Archi.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/a/Archi/Archi/5.7.0/Archi.Archi.installer.yaml b/manifests/a/Archi/Archi/5.7.0/Archi.Archi.installer.yaml index 101c324de038..e9ae2629a9b7 100644 --- a/manifests/a/Archi/Archi/5.7.0/Archi.Archi.installer.yaml +++ b/manifests/a/Archi/Archi/5.7.0/Archi.Archi.installer.yaml @@ -11,14 +11,14 @@ Installers: - Architecture: x64 InstallerType: inno Scope: machine - InstallerUrl: https://github.com/archimatetool/archi.io/releases/download/5700/Archi-Win64-Setup-5.7.0.exe + InstallerUrl: https://github.com/archimatetool/archi.io/releases/download/570/Archi-Win64-Setup-5.7.0.exe InstallerSha256: 9B26EC9994BB479467D64E373D5354357BEEBF37559819636C555C50DD6738FB - Architecture: x64 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: - RelativeFilePath: Archi\Archi.exe - InstallerUrl: https://github.com/archimatetool/archi.io/releases/download/5700/Archi-Win64-5.7.0.zip + InstallerUrl: https://github.com/archimatetool/archi.io/releases/download/570/Archi-Win64-5.7.0.zip InstallerSha256: E95151AE472AC4DF7A1909054DCE99D3F83FC5212003FB2873EDB8CA2D11188D ArchiveBinariesDependOnPath: true ManifestType: installer From 597d123f85ec69a8cfd526ede5fef1126edf80ae Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 19:13:33 +0100 Subject: [PATCH 019/152] Remove version: Google.Chrome.Canary version 144.0.7528.0 (#318304) --- .../Google.Chrome.Canary.installer.yaml | 49 ------------------- .../Google.Chrome.Canary.locale.en-US.yaml | 27 ---------- .../Google.Chrome.Canary.locale.nb-NO.yaml | 23 --------- .../Google.Chrome.Canary.locale.zh-CN.yaml | 25 ---------- .../144.0.7528.0/Google.Chrome.Canary.yaml | 8 --- 5 files changed, 132 deletions(-) delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.installer.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.en-US.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.nb-NO.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.zh-CN.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.yaml diff --git a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index c6a58f83a681..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +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.Canary -PackageVersion: 144.0.7528.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 SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/h2ojmqt3kkhricke3pks7scjzi_144.0.7528.0/144.0.7528.0_chrome_installer_uncompressed.exe - InstallerSha256: 7217ED8FF4C2FE99A31B47A6DCB017D45C0A02D49A7447016A1F7B5647E59CEE -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/dvytvunihqgevqhiwbniqi4qsq_144.0.7528.0/144.0.7528.0_chrome_installer_uncompressed.exe - InstallerSha256: E9E2F0AE88418016B46ABE5D4019477038D328B326E73E6A0E3F26FC383A076D -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/klkmohhq7bae5tsygigglmdhja_144.0.7528.0/144.0.7528.0_chrome_installer_uncompressed.exe - InstallerSha256: D18D0A1A4005FC330D44DDBC90C410B2456CC12A4D20B66422205130B1649E70 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 5b533f06d2f2..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 144.0.7528.0 -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 Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2025 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index f33608c4128c..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 144.0.7528.0 -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 Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2025 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 7160a8103f4b..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 144.0.7528.0 -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 Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2025 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 47b785b3039d..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7528.0/Google.Chrome.Canary.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.Canary -PackageVersion: 144.0.7528.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 0d4ee8127c1ed6a826fec996a8269bbaa8ce85dc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:14:04 +0800 Subject: [PATCH 020/152] New version: BitSum.ProcessLasso.Beta version 17.0.0.79 (#318300) --- .../BitSum.ProcessLasso.Beta.installer.yaml | 6 +++--- .../BitSum.ProcessLasso.Beta.locale.en-US.yaml | 2 +- .../BitSum.ProcessLasso.Beta.locale.zh-CN.yaml | 2 +- .../{17.0.0.77 => 17.0.0.79}/BitSum.ProcessLasso.Beta.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.77 => 17.0.0.79}/BitSum.ProcessLasso.Beta.installer.yaml (78%) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.77 => 17.0.0.79}/BitSum.ProcessLasso.Beta.locale.en-US.yaml (99%) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.77 => 17.0.0.79}/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml (98%) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.77 => 17.0.0.79}/BitSum.ProcessLasso.Beta.yaml (90%) diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.installer.yaml similarity index 78% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.installer.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.installer.yaml index be2778349795..acdc9db0d02c 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.77 +PackageVersion: 17.0.0.79 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -10,12 +10,12 @@ ProductCode: ProcessLasso Installers: - Architecture: x86 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup32.exe - InstallerSha256: 0AC6029674251B56AF6E1F7B407DA612319E3CE9E2E033EA4569BCC57777F087 + InstallerSha256: 764369D49AF6AD454560A56E35F744AE12BD5B3EC245E177ACBD0339DBA16961 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles(x86)%\Process Lasso' - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: 05990FED4754C4AE55759C5121633969D344C50D34FD473DB0198872DBA5B672 + InstallerSha256: 68395AAC7319CB961DF9037606A622A67907EFEB6AA72B31A31DD6EE7CA711F6 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Process Lasso' ManifestType: installer diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.en-US.yaml similarity index 99% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.en-US.yaml index b560c32dcbb4..8cae2a0b9618 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.77 +PackageVersion: 17.0.0.79 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml index 77fb9c64c6ae..d86c957fd007 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.77 +PackageVersion: 17.0.0.79 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.yaml index cd4a8f3270e7..fb7045fda9ba 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.77/BitSum.ProcessLasso.Beta.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.77 +PackageVersion: 17.0.0.79 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From e527258513baee7c17c678a6daf8e6847deabea8 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 19:14:37 +0100 Subject: [PATCH 021/152] Remove version: Google.Chrome.Canary version 144.0.7527.0 (#318305) --- .../Google.Chrome.Canary.installer.yaml | 49 ------------------- .../Google.Chrome.Canary.locale.en-US.yaml | 27 ---------- .../Google.Chrome.Canary.locale.nb-NO.yaml | 23 --------- .../Google.Chrome.Canary.locale.zh-CN.yaml | 25 ---------- .../144.0.7527.0/Google.Chrome.Canary.yaml | 8 --- 5 files changed, 132 deletions(-) delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.installer.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.en-US.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.nb-NO.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.zh-CN.yaml delete mode 100644 manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.yaml diff --git a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 2624be2de460..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +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.Canary -PackageVersion: 144.0.7527.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 SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/aclr3uydfkr2dxzgnbprqwwtjanq_144.0.7527.0/144.0.7527.0_chrome_installer_uncompressed.exe - InstallerSha256: 26721CFB9CA2A2E1B807BC4F24DB907F028D18B34DDC6F750BB32468CAF0D6DA -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/aczk3ct5b4vg2thjvnla7zvcgrca_144.0.7527.0/144.0.7527.0_chrome_installer_uncompressed.exe - InstallerSha256: 88EEB253842F8FDAADF6C727B3B065D493CBCDADBC67B7A2843EE2823A15713D -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ofyvc3lpc4rmtjuip3dkbn27yy_144.0.7527.0/144.0.7527.0_chrome_installer_uncompressed.exe - InstallerSha256: CD322A6ED24878DAC9156375003A68B30135490A5A1CA2C18DA15BC1C7F79FDF -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 8b28a8a5b1f0..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 144.0.7527.0 -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 Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2025 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index dc5d737cd44c..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 144.0.7527.0 -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 Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2025 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 37319dddfb9b..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 144.0.7527.0 -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 Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2025 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 39986e27e37e..000000000000 --- a/manifests/g/Google/Chrome/Canary/144.0.7527.0/Google.Chrome.Canary.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.Canary -PackageVersion: 144.0.7527.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 1ccba3330c3f0a8a9b4393fb10424865f981e777 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:15:10 +0800 Subject: [PATCH 022/152] Update: Mozilla.Firefox.DeveloperEdition.cs version 146.0 (146.0b9) (#318021) --- ...illa.Firefox.DeveloperEdition.cs.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/146.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/146.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml index 7ac02742246b..2aeb899c2c26 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/146.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/cs/146.0/Mozilla.Firefox.DeveloperEdition.cs.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/cs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: FDB5731C1F6A45A59E6BB2CB7B6FD9A585A54AAB6686C62B7DCA848679F69712 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/cs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: B6652438933465305100BF3BE55A4943F1288D067F92FEE425CD5122BF822907 ProductCode: Firefox Developer Edition 146.0 (x86 cs) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/cs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: E7C3707534542E4F08284A8E24FB7F54ABCD4CE232526D13C53519832839F794 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/cs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: C017E4E741BCCA963FA4D41D41ACDC8F9EADCBE792E9AB5D1614AD787BAB5B42 ProductCode: Firefox Developer Edition 146.0 (x64 cs) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/cs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: BC8C2011DD227FE4F619613EBE59F1D6DFCE5AF869ED0761FDEBB167FF66CE80 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/cs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 27892A7CB261315C62CB23A49A3EF54F25B4C49948EF6ABBBD910F9121AE5546 ProductCode: Firefox Developer Edition 146.0 (arm64 cs) ManifestType: installer ManifestVersion: 1.10.0 From 8a14d5a3f1b60b172198195c7822a17ec3722e19 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:32:43 +0800 Subject: [PATCH 023/152] Update: Mozilla.Firefox.DeveloperEdition.bn version 146.0 (146.0b9) (#318014) --- ...illa.Firefox.DeveloperEdition.bn.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/146.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/146.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml index 00d709a11c33..71a9d92c6d0a 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/146.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/146.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/bn/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 27E31F44FBA55D96E89B5272A28DBF8ACBB40AB6B27549D0901083F7253EF4D8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/bn/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 44A79C18338C2A95E7A7416BA3CE849F632845246FC31F076209A27E1038F196 ProductCode: Firefox Developer Edition 146.0 (x86 bn) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/bn/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D7C24CEF827E4C8F3AD5569E77159965C992CDAC0240968B800E5F7975BB74E4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/bn/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 97AFD7063628BD4C6BF5722112AF80C2AD1E2074B97C7758377A08080547CDB1 ProductCode: Firefox Developer Edition 146.0 (x64 bn) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/bn/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 05ECCDFC4523ADC0B17BA88CF78511A21892DC94845587B69B6F26D9133C06E6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/bn/Firefox%20Setup%20146.0b9.exe + InstallerSha256: D1677E0EC8B5C14C9C22170CD39A0CD34741DE33398C224688D166A79F90234D ProductCode: Firefox Developer Edition 146.0 (arm64 bn) ManifestType: installer ManifestVersion: 1.10.0 From 1ad95c6c508b9e40bc0329a3199a86a2da8d7dc9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:33:23 +0800 Subject: [PATCH 024/152] Update: Mozilla.Firefox.DeveloperEdition.bs version 146.0 (146.0b9) (#318017) --- ...illa.Firefox.DeveloperEdition.bs.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/146.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/146.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml index 347fa9c35d7a..c54f3134ccdd 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/146.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/146.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/bs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D47FACFDA80B8FBEBAB431674EA0AB373080522255278A0B748D5DBED3293B31 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/bs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: D4FCE1892943D4183F7A575DDC7EC68326C17F4FA85B8342C5FF3E0027D5183F ProductCode: Firefox Developer Edition 146.0 (x86 bs) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/bs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: CE9991EF77099804869DDD2FAC081E3F84CC7C8B517C221BF4747E67EDAEF2A1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/bs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 69305D8BB5A1DC9F3CBB87D0AD80F1C8DD4701215B326AF90203625A1642F0CF ProductCode: Firefox Developer Edition 146.0 (x64 bs) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/bs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: EA2914B6600AED09C97EA5465CCAF8A3FA2AE40B6F0A3871C00822A32A15A96D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/bs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F747DFFBAD90FD9C2C533D0E1B349D0632607D55C24311F3E6AA2A5976AE06CE ProductCode: Firefox Developer Edition 146.0 (arm64 bs) ManifestType: installer ManifestVersion: 1.10.0 From f2c0fc897e5f2055f23cb0ccd1c9550492662b48 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:04:17 +0800 Subject: [PATCH 025/152] Update: Mozilla.Firefox.DeveloperEdition.da version 146.0 (146.0b9) (#318023) --- ...illa.Firefox.DeveloperEdition.da.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/da/146.0/Mozilla.Firefox.DeveloperEdition.da.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/da/146.0/Mozilla.Firefox.DeveloperEdition.da.installer.yaml index cd5061f084c6..770ccd9c0381 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/da/146.0/Mozilla.Firefox.DeveloperEdition.da.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/da/146.0/Mozilla.Firefox.DeveloperEdition.da.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/da/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 96D20D2266FECDB4B90042BCD9955A7463569FFEFB67FCEA35926416E2715A07 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/da/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 0D47569C2EDEE1529EACBCD2DB59BA674D46552DF80C2803A0A19FCD72A82491 ProductCode: Firefox Developer Edition 146.0 (x86 da) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/da/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 7F8A192F58047A98144AA408A7F770A6C37F02763EC3280DA619F63450708479 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/da/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8A93EA1125721A41322F8F5898E28B5720DD7268F76029F98F5FE8BF00F56FCE ProductCode: Firefox Developer Edition 146.0 (x64 da) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/da/Firefox%20Setup%20146.0b8.exe - InstallerSha256: AC2046BA4081C0B52B5E5CB78F59F75FD1B42945FB7E99C25B380EE668F6A90C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/da/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 01F85FA41ABB98D56879CA1569CFD4219E756E73C9D65CD636D96324C9F3BF4D ProductCode: Firefox Developer Edition 146.0 (arm64 da) ManifestType: installer ManifestVersion: 1.10.0 From a5eb916ca386e574d2c303270b2424cf3c00a82d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:04:48 +0800 Subject: [PATCH 026/152] Update: Mozilla.Firefox.DeveloperEdition.es-MX version 146.0 (146.0b9) (#318034) --- ...a.Firefox.DeveloperEdition.es-MX.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/146.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/146.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml index 9358dc0c4a5c..cf18875c156b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/146.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-MX/146.0/Mozilla.Firefox.DeveloperEdition.es-MX.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/es-MX/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 0A5B8A3ABAD95AA18F8AA6F4F7E15A802CD533A1C69F5213E79646E7AC392B98 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/es-MX/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 7A4EA693E8F061B38E6FE654FAEDECE2DF0CBC131A4DC95FAF0F33C47A50C5F9 ProductCode: Firefox Developer Edition 146.0 (x86 es-MX) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/es-MX/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 5A9BCC409F99A2B4C2EBD71FF5056CB675CF9A9FA826F1443AC779A17B7DAE27 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/es-MX/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 2AD2590E40AFEE52A64F0BE57667F0265641578CEC10FFEAAD93F88CD6D2109E ProductCode: Firefox Developer Edition 146.0 (x64 es-MX) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/es-MX/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 27A9C58C1E1D4D16B572D9559C9A9A495B11220642B324E02FD174197CD7392C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/es-MX/Firefox%20Setup%20146.0b9.exe + InstallerSha256: BE36A633A44D78D1F4F7E57FCCE51B7892104EE70F15C8177A6F02CFE4F5EB6B ProductCode: Firefox Developer Edition 146.0 (arm64 es-MX) ManifestType: installer ManifestVersion: 1.10.0 From c46777c8bedc492fb212e0938e7878e3fc3dfc3b Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 20:10:10 +0100 Subject: [PATCH 027/152] Added 2 tags: Ecosia.EcosiaBrowser version 141.0.7390.13 (#313671) --- .../141.0.7390.13/Ecosia.EcosiaBrowser.locale.en-US.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/e/Ecosia/EcosiaBrowser/141.0.7390.13/Ecosia.EcosiaBrowser.locale.en-US.yaml b/manifests/e/Ecosia/EcosiaBrowser/141.0.7390.13/Ecosia.EcosiaBrowser.locale.en-US.yaml index c98855e109cf..287ba7a5b6ac 100644 --- a/manifests/e/Ecosia/EcosiaBrowser/141.0.7390.13/Ecosia.EcosiaBrowser.locale.en-US.yaml +++ b/manifests/e/Ecosia/EcosiaBrowser/141.0.7390.13/Ecosia.EcosiaBrowser.locale.en-US.yaml @@ -8,14 +8,17 @@ Publisher: The Ecosia Browser Authors PublisherSupportUrl: https://ecosia.helpscoutdocs.com/ Author: Ecosia GmbH PackageName: Ecosia Browser +# PackageUrl: ://www•ecosia•org/browser License: Freeware Copyright: Copyright 2025 The Ecosia Browser Authors. All rights reserved. -ShortDescription: The greenest browser on Earth +ShortDescription: The greenest browser on Earth. Tags: - browser - chromium - internet - web - webpage +- manifestv2 +- mv2 ManifestType: defaultLocale ManifestVersion: 1.10.0 From 83eb1443e8dcc11a9b2b20aa4e682a7e239bd88b Mon Sep 17 00:00:00 2001 From: GitTools Bot Date: Sat, 29 Nov 2025 20:10:54 +0100 Subject: [PATCH 028/152] New version: GitTools.GitVersion version 6.5.1 (#317645) --- .../6.5.1/GitTools.GitVersion.installer.yaml | 22 ++++++++ .../GitTools.GitVersion.locale.en-US.yaml | 53 +++++++++++++++++++ .../GitVersion/6.5.1/GitTools.GitVersion.yaml | 8 +++ 3 files changed, 83 insertions(+) create mode 100644 manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.installer.yaml create mode 100644 manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.locale.en-US.yaml create mode 100644 manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.yaml diff --git a/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.installer.yaml b/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.installer.yaml new file mode 100644 index 000000000000..0e462f9a4a97 --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.5.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitversion.exe +Commands: +- gitversion +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.5.1/gitversion-win-x64-6.5.1.zip + InstallerSha256: 5C8F1F8E5EA6512DEFFE36D00BD7B57C0B64CBA547779F78A892C0E73BC48B67 +- Architecture: arm64 + InstallerUrl: https://github.com/GitTools/GitVersion/releases/download/6.5.1/gitversion-win-arm64-6.5.1.zip + InstallerSha256: BEEA0CA8E69A5DE35F7A1901228368E11F2B4F32DDB7FB32AA27467289BD6F23 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.locale.en-US.yaml b/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.locale.en-US.yaml new file mode 100644 index 000000000000..3d7c8915bac8 --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.5.1 +PackageLocale: en-US +Publisher: GitTools +PublisherUrl: https://github.com/GitTools +PublisherSupportUrl: https://github.com/GitTools/GitVersion/issues +Author: GitTools +PackageName: GitTools GitVersion +PackageUrl: https://github.com/GitTools/GitVersion +License: MIT +LicenseUrl: https://github.com/GitTools/GitVersion/blob/HEAD/LICENSE +Copyright: Copyright (c) GitTools and Contributors +ShortDescription: Versioning when using Git, solved. +Description: |- + Versioning when using Git, solved. + GitVersion looks at your git history and works out the Semantic Version of the commit being built. +Moniker: gitversion +Tags: +- git +- gitflow +- gitflowversion +- githubflow +- gitversion +- semver +- versioning +ReleaseNotes: |- + As part of this release we had 64 commits which resulted in 6 issues being closed. + Bugs + - #4539 [ISSUE]: 6.3.0 diag flag not working by peschmae resolved in !4764 by davidjenni + - !4762 Fix diag switch by davidjenni raised in #4763 by davidjenni + - #4763 [ISSUE]: /diag is ignored if not last argument by davidjenni resolved in !4762 by davidjenni + Features + - !4750 Bring back support for msbuild and Visual Studio by arturcic + Improvements + - !4748 Refactor RegexPatterns to use properties instead of methods for Regex by arturcic + Contributors + 3 contributors made this release possible. + peschmae davidjenni arturcic + SHA256 Hashes of the release artifacts + - 00db6e97688e0f9edec5015b10914580405759e4198aabbc7261ccd75161e080 - gitversion-linux-arm64-6.5.1.tar.gz + - 8d435c06d105350b3368651c467144db462bd73fd23962c5e7ae512638665333 - gitversion-linux-musl-arm64-6.5.1.tar.gz + - ee0efdbeba8f7f2c4a4d7c78d3cf45429433e3c3219464db4ad7e0c424f735ed - gitversion-linux-musl-x64-6.5.1.tar.gz + - 2c3f19d9186499efc1e97dbedd250f26ab87ba8c0a58e2c20dc29e9db4aa37cc - gitversion-linux-x64-6.5.1.tar.gz + - 463c08c23cbdbfe218e132691b0b8a5794cb2696c8dca52ba89f527e73be46f8 - gitversion-osx-arm64-6.5.1.tar.gz + - 566c3df4abde70bf594059c39803b3650e02251cf8f4d3ce476549ad3cfb9a56 - gitversion-osx-x64-6.5.1.tar.gz + - beea0ca8e69a5de35f7a1901228368e11f2b4f32ddb7fb32aa27467289bd6f23 - gitversion-win-arm64-6.5.1.zip + - 5c8f1f8e5ea6512deffe36d00bd7b57c0b64cba547779f78a892c0e73bc48b67 - gitversion-win-x64-6.5.1.zip +ReleaseNotesUrl: https://github.com/GitTools/GitVersion/releases/tag/6.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.yaml b/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.yaml new file mode 100644 index 000000000000..9c1138091a1f --- /dev/null +++ b/manifests/g/GitTools/GitVersion/6.5.1/GitTools.GitVersion.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GitTools.GitVersion +PackageVersion: 6.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 438a86813f73d9ec48495114bb0b0d401cfa54be Mon Sep 17 00:00:00 2001 From: interface-fluidics Date: Sat, 29 Nov 2025 12:11:25 -0700 Subject: [PATCH 029/152] Automatic version update: InterfaceFluidics.Autobench.Beta version 0.95.38.0 (#317733) --- ...rfaceFluidics.Autobench.Beta.installer.yaml | 18 ++++++++++++++++++ ...ceFluidics.Autobench.Beta.locale.en-US.yaml | 12 ++++++++++++ .../InterfaceFluidics.Autobench.Beta.yaml | 8 ++++++++ 3 files changed, 38 insertions(+) create mode 100644 manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.installer.yaml create mode 100644 manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml create mode 100644 manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.yaml diff --git a/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.installer.yaml b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.installer.yaml new file mode 100644 index 000000000000..7c009b493b2b --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Beta +PackageVersion: 0.95.38.0 +Platform: +- Windows.Universal +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msix +PackageFamilyName: Autobench-Beta_adgv3mcaarp50 +Installers: +- Architecture: neutral + InstallerUrl: https://apps.interfacefluidics.com/autobench/beta/0.95.38.0/autobench-0.95.38.0.msix + InstallerSha256: 42287A7B497008EF431C8A4FA4FB3392B4DFC7539F4083C22081D3931CA310F2 + SignatureSha256: 6F742E9A7218EBC45AB7FA263B5B4EBC2DF9A1C808B77738276D2E1686A23D68 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..4096f6a2e9ae --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Beta +PackageVersion: 0.95.38.0 +PackageLocale: en-US +Publisher: Interface Fluidics +PackageName: Autobench Beta +License: Proprietary +ShortDescription: Autobench +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.yaml b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.yaml new file mode 100644 index 000000000000..ac6f4a11d900 --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.38.0/InterfaceFluidics.Autobench.Beta.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: InterfaceFluidics.Autobench.Beta +PackageVersion: 0.95.38.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From efc95033b7e4bb56c670f60ca21bf32c401b9191 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 29 Nov 2025 14:12:01 -0500 Subject: [PATCH 030/152] Update version: Zen-Team.Zen-Browser.Twilight version 1.18t (#318244) --- .../1.18t/Zen-Team.Zen-Browser.Twilight.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.18t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.18t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 689a3e368036..8a2c33da63ef 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.18t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.18t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -27,13 +27,13 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-27 +ReleaseDate: 2025-11-29 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight/zen.installer.exe - InstallerSha256: 79F544BF1E827B080C56E1F4533632D85AD9A8713B17F6F990E7718CBA0AA785 + InstallerSha256: 25376921E0F48F37F4A5F64E56BBF52AA991CCFE5ECF3A90D15BC99A4CB44575 - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight/zen.installer-arm64.exe - InstallerSha256: E7EDF223CDCF360A5B69DC72741891B829DF77D065F31AB6853853CCC2996032 + InstallerSha256: 63BF3C65901C2363C6DDC0B40B07CDB1B4FAC568BC8D7DB41AE99BBF0C317D0D ManifestType: installer ManifestVersion: 1.10.0 From 298332f85fc412f835fe084b4b23c2d71f6d6980 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:12:31 +0800 Subject: [PATCH 031/152] Update: KDE.Konsole version 26.03.70 (4375) (#318306) --- .../k/KDE/Konsole/26.03.70/KDE.Konsole.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Konsole/26.03.70/KDE.Konsole.installer.yaml b/manifests/k/KDE/Konsole/26.03.70/KDE.Konsole.installer.yaml index d57ed392001f..8abd6a410386 100644 --- a/manifests/k/KDE/Konsole/26.03.70/KDE.Konsole.installer.yaml +++ b/manifests/k/KDE/Konsole/26.03.70/KDE.Konsole.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Konsole Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/konsole-master-4361-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B8CA6C774FA853DD0042C42086730B71775FBB8EA82C0DBBA7309C140B38FBBE + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/konsole-master-4375-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 8DCAD8CEA9C77F7C722586C824D5640B352E734559AB8ADC13A17E1A9E9C1CC9 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/konsole-master-4361-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B8CA6C774FA853DD0042C42086730B71775FBB8EA82C0DBBA7309C140B38FBBE + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/konsole/master/windows/konsole-master-4375-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 8DCAD8CEA9C77F7C722586C824D5640B352E734559AB8ADC13A17E1A9E9C1CC9 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 0e077611bbeded12b0da0341cea9adbf2442e4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:13:11 +0100 Subject: [PATCH 032/152] New version: LinuxContainers.Incus version 6.19.1 (#318299) --- .../LinuxContainers.Incus.installer.yaml | 18 ++++++++++++ .../LinuxContainers.Incus.locale.en-US.yaml | 28 +++++++++++++++++++ .../Incus/6.19.1/LinuxContainers.Incus.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.installer.yaml create mode 100644 manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.locale.en-US.yaml create mode 100644 manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.yaml diff --git a/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.installer.yaml b/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.installer.yaml new file mode 100644 index 000000000000..3349e97efabb --- /dev/null +++ b/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LinuxContainers.Incus +PackageVersion: 6.19.1 +InstallerType: portable +Commands: +- incus +ReleaseDate: 2025-11-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lxc/incus/releases/download/v6.19.1/bin.windows.incus.x86_64.exe + InstallerSha256: EFA5C371BE7CF6E80EAC4DB5D5092916DA1667B26C01A7A19026818BFFF7D776 +- Architecture: arm64 + InstallerUrl: https://github.com/lxc/incus/releases/download/v6.19.1/bin.windows.incus.aarch64.exe + InstallerSha256: 114CE4C124B5D7730120AA2F15BBCCACDBD30C825B3083B523D0C617AA41890D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.locale.en-US.yaml b/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.locale.en-US.yaml new file mode 100644 index 000000000000..699c2768b31d --- /dev/null +++ b/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LinuxContainers.Incus +PackageVersion: 6.19.1 +PackageLocale: en-US +Publisher: LinuxContainers +PublisherUrl: https://github.com/lxc +PublisherSupportUrl: https://github.com/lxc/incus/issues +PackageName: Incus +PackageUrl: https://github.com/lxc/incus +License: Apache-2.0 +ShortDescription: Incus is a modern, secure and powerful system container and virtual machine manager. +Tags: +- cloud +- containers +- hacktoberfest +- virtual-machines +ReleaseNotes: |- + Announcement + This is a critical bugfix release on top of Incus 6.19 which fixes a daemon crash on some background image updates. + What's Changed + - Replace map[string]map[string]string with DevicesMap for more user friendly handling of bool and numbers (with defaults) by @breml in #2697 + - Fix bad test and crash on background unpack by @stgraber in #2715 + Full Changelog: v6.19.0...v6.19.1 +ReleaseNotesUrl: https://github.com/lxc/incus/releases/tag/v6.19.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.yaml b/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.yaml new file mode 100644 index 000000000000..8e6695b9f05d --- /dev/null +++ b/manifests/l/LinuxContainers/Incus/6.19.1/LinuxContainers.Incus.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LinuxContainers.Incus +PackageVersion: 6.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From d76035b5b725fb83101f2c416b491a9f31994823 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:13:35 +0100 Subject: [PATCH 033/152] Update version: GitButler.GitButler version 0.18.2 (#318302) --- .../0.18.2/GitButler.GitButler.installer.yaml | 22 +++++++++++++++ .../GitButler.GitButler.locale.en-US.yaml | 28 +++++++++++++++++++ .../GitButler/0.18.2/GitButler.GitButler.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.installer.yaml create mode 100644 manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.locale.en-US.yaml create mode 100644 manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.yaml diff --git a/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.installer.yaml new file mode 100644 index 000000000000..072049739e76 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.18.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{52F62256-F2B9-4D51-8523-E48882F675A2}' +AppsAndFeaturesEntries: +- Publisher: gitbutler + ProductCode: '{52F62256-F2B9-4D51-8523-E48882F675A2}' + UpgradeCode: '{6BA03334-13E8-5712-80AD-F373B5415A08}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitButler' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.18.2-2660/windows/x86_64/GitButler_0.18.2_x64_en-US.msi + InstallerSha256: A5C9FAA6CE58CADD9703F7A4794049D3347492F027EB4A53756C73D08B57CC84 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-29 diff --git a/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 000000000000..f080c8f4eddc --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.18.2 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com/ +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com/ +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +ReleaseNotes: |- + - Improved UX of branch reordering, making creating / splitting stacks of branches more intuitive + - Fixes a bug with commit message / PR description inputs preventing creating new lines (paragraphs) + - Codegen - fixes a bug with full commands not being shown in permission requests +ReleaseNotesUrl: https://github.com/gitbutlerapp/gitbutler/releases +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.yaml new file mode 100644 index 000000000000..ee8af45ac367 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.18.2/GitButler.GitButler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 81f516804068b785f5d8d386a7aba709352c0673 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:34:09 +0800 Subject: [PATCH 034/152] New version: Superace.UPDF version 2.0.14.0 (2.0.14.0) (#317961) --- .../{2.0.13.0 => 2.0.14.0}/Superace.UPDF.installer.yaml | 6 +++--- .../Superace.UPDF.locale.en-US.yaml | 8 ++++---- .../Superace.UPDF.locale.zh-CN.yaml | 8 ++++---- .../UPDF/{2.0.13.0 => 2.0.14.0}/Superace.UPDF.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) rename manifests/s/Superace/UPDF/{2.0.13.0 => 2.0.14.0}/Superace.UPDF.installer.yaml (75%) rename manifests/s/Superace/UPDF/{2.0.13.0 => 2.0.14.0}/Superace.UPDF.locale.en-US.yaml (87%) rename manifests/s/Superace/UPDF/{2.0.13.0 => 2.0.14.0}/Superace.UPDF.locale.zh-CN.yaml (87%) rename manifests/s/Superace/UPDF/{2.0.13.0 => 2.0.14.0}/Superace.UPDF.yaml (90%) diff --git a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.installer.yaml b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.installer.yaml similarity index 75% rename from manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.installer.yaml rename to manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.installer.yaml index fe9c061ca20e..75ed8e02be30 100644 --- a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.installer.yaml +++ b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Superace.UPDF -PackageVersion: 2.0.13.0 +PackageVersion: 2.0.14.0 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -14,10 +14,10 @@ ProductCode: UPDF Installers: - Architecture: x64 InstallerUrl: https://download.updf.com/updf/basic/win/updf-9000000000-win-full.exe - InstallerSha256: E496B142B6591BA18FAB17B8F72AC1AC1A1194DEBFFB775F7F47D047F8DE0B20 + InstallerSha256: DF022A5DE3058B84B6A9ADE29C7DFF1DEEC88B205EF8C364BD595D701564EC6A - InstallerLocale: zh-CN Architecture: x64 InstallerUrl: https://download.updf.cn/updf/basic/win/updf-8000000000-win-full.exe - InstallerSha256: 7B8D53317FED90CFF8A6A7638942741E03D1DC7660668FB0425048B4CBFBB570 + InstallerSha256: 4E3C1EB207A3AD2CE338FB87A76CEBD61CEBA0CFD92324797B0A1069FE7EE3A9 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.locale.en-US.yaml b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.locale.en-US.yaml similarity index 87% rename from manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.locale.en-US.yaml rename to manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.locale.en-US.yaml index 35d4e9871d9d..6c9fc52762f3 100644 --- a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.locale.en-US.yaml +++ b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Superace.UPDF -PackageVersion: 2.0.13.0 +PackageVersion: 2.0.14.0 PackageLocale: en-US Publisher: Superace Software Technology Co., Ltd. PublisherUrl: https://superace.com/ @@ -32,9 +32,9 @@ Tags: - reader - viewer ReleaseNotes: |- - - Homepage AI Function Upgrade: Access online AI tools without opening web pages. - - Supports creating PDF files using UPDF within Word, Excel, and PowerPoint. - - Supports recognition and import of custom dynamic stamps. + - Files can be saved as PDF/E or PDF/X formats. + - Optimized annotation list sorting logic to enhance viewing efficiency. + - Fixed some user-reported issues. ReleaseNotesUrl: https://updf.com/whats-new/ PurchaseUrl: https://updf.com/pricing-individuals/ Documentations: diff --git a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.locale.zh-CN.yaml b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.locale.zh-CN.yaml similarity index 87% rename from manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.locale.zh-CN.yaml rename to manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.locale.zh-CN.yaml index af9b9889de9b..173f307e289f 100644 --- a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.locale.zh-CN.yaml +++ b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Superace.UPDF -PackageVersion: 2.0.13.0 +PackageVersion: 2.0.14.0 PackageLocale: zh-CN Publisher: Superace Software Technology Co., Ltd. PublisherUrl: https://superace.com/ @@ -31,9 +31,9 @@ Tags: - 阅读 - 阅读器 ReleaseNotes: |- - - 首页 AI 功能升级,不用打开网页就可以使用在线版 AI。 - - 支持在 Word、Excel、PowerPoint 中使用 UPDF 创建 PDF 文件。 - - 支持识别和导入自定义动态签章。 + - 文件支持另存为 PDF/E、PDF/X 格式。 + - 优化注释列表排序逻辑,提升查看效率。 + - 修复用户反馈的一些问题。 ReleaseNotesUrl: https://www.updf.cn/whats-new/ PurchaseUrl: https://checkout.updf.cn/updf Documentations: diff --git a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.yaml b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.yaml similarity index 90% rename from manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.yaml rename to manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.yaml index b89fe0cae804..735b198d02d2 100644 --- a/manifests/s/Superace/UPDF/2.0.13.0/Superace.UPDF.yaml +++ b/manifests/s/Superace/UPDF/2.0.14.0/Superace.UPDF.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Superace.UPDF -PackageVersion: 2.0.13.0 +PackageVersion: 2.0.14.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 3895916a06ed84640e98c32af221edb5d6085181 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:34:41 +0800 Subject: [PATCH 035/152] Update: Mozilla.Firefox.DeveloperEdition.ca-valencia version 146.0 (146.0b9) (#318018) --- ...fox.DeveloperEdition.ca-valencia.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/146.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/146.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml index 4fdfbcdc8fd3..5b3962b6f008 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/146.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/146.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ca-valencia/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 87AD3D028C4DE0302A1AEF40AA9FCC16DAE7B79D5BAB99B1FE25822FFC67AEA9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/ca-valencia/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 5871B9E402458D324EC149DEA0AF6E0C4098383EEAB6480F0C3BA5FF7D22B492 ProductCode: Firefox Developer Edition 146.0 (x86 ca-valencia) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ca-valencia/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 09132658E7F7EC220D8D5A525AEA47438B09D500567C58A0FAE46FADA885B9BE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/ca-valencia/Firefox%20Setup%20146.0b9.exe + InstallerSha256: A53748B1543E3F03F24B95F3CA256915BD7B317FA394FE63E33A2FF891AEA264 ProductCode: Firefox Developer Edition 146.0 (x64 ca-valencia) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ca-valencia/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 5894A6E53871A46B5782FBB5E09447396847A575A6EE1310FE883ED31667EA55 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/ca-valencia/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 70D526500564F7B39E28D7096C284E64C5C567C363BBA21869BBF43B0CD564E2 ProductCode: Firefox Developer Edition 146.0 (arm64 ca-valencia) ManifestType: installer ManifestVersion: 1.10.0 From aeff27d9951511e8fbbfd3278c54001b655a78e1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:03:52 +0800 Subject: [PATCH 036/152] Update: Mozilla.Firefox.DeveloperEdition.br version 146.0 (146.0b9) (#318016) --- ...illa.Firefox.DeveloperEdition.br.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/br/146.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/br/146.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml index aef60a7a50a3..6232f424e734 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/br/146.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/br/146.0/Mozilla.Firefox.DeveloperEdition.br.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/br/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 4E8FB30640F6CF7F1218AB479BCF7E130B512FEE56F019F50E520EE7013C04B1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/br/Firefox%20Setup%20146.0b9.exe + InstallerSha256: E1B230BBD4D74A9B4595E19C5D6CA842409AEC5A5B9482C2D7AB30C26991F547 ProductCode: Firefox Developer Edition 146.0 (x86 br) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/br/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 710DCA4781ABBA22D9A7E1DB0FC45CA59165F1039E92B5C2B4B9ED873690D682 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/br/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 2003DE156815C9A1A9DAF92F5AEBC6ADDF079F0B9ABAF9688A09046A375F33E1 ProductCode: Firefox Developer Edition 146.0 (x64 br) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/br/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 009E09D9BC10F8E89A7A137C85FEBEFE4D7E163D7CD5CA64F483B1F22CA2562F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/br/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 774A64A1DF21FBF500253440CD6779D92FF308E59B58AB388C92CBACCEC94974 ProductCode: Firefox Developer Edition 146.0 (arm64 br) ManifestType: installer ManifestVersion: 1.10.0 From 2990e8a14c9edf73fc93442a2d8111f13e68d54f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:04:18 +0800 Subject: [PATCH 037/152] Update: Mozilla.Firefox.DeveloperEdition.cy version 146.0 (146.0b9) (#318022) --- ...illa.Firefox.DeveloperEdition.cy.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/146.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/146.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml index 5f47359cdd06..fdb4025803ad 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/146.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/146.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/cy/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 5F8C53D5223D9CE738AA7F01054BCA0ED2301A17972BA2F36EB7C1CC7B95FBF1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/cy/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 39636095000970D38532681EABA3EEE280432A414ABCF9D6040B766E8C3BE91A ProductCode: Firefox Developer Edition 146.0 (x86 cy) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/cy/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 8471F2F3EBB966F8CBF64709804C907F8D239DF5DC3EDB66CCE122D09EB562D1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/cy/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 65A5F7259BCE1D9AA86215A4CEF34676E4E1F04A0E6EA498230E1CD6D044EE58 ProductCode: Firefox Developer Edition 146.0 (x64 cy) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/cy/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 741E5E88C91C5AF838737F23F58F311E639A2C7F8DA2C00714F0AF0512FF2FE9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/cy/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 5DFB656EEADF22B54FF026A2CED25D7633BAF8653B85C495A0CBF941F284E701 ProductCode: Firefox Developer Edition 146.0 (arm64 cy) ManifestType: installer ManifestVersion: 1.10.0 From cadb57e343ee1874c3d56008197a0aeadf4b834b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=A3=E3=83=83=E3=83=97?= Date: Sat, 29 Nov 2025 21:10:40 +0100 Subject: [PATCH 038/152] New version: Sirstrap.CLI version 1.1.8.21 (#317697) --- .../CLI/1.1.8.21/Sirstrap.CLI.installer.yaml | 17 ++++++++++++++ .../1.1.8.21/Sirstrap.CLI.locale.en-US.yaml | 22 +++++++++++++++++++ .../s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.yaml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.installer.yaml create mode 100644 manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.locale.en-US.yaml create mode 100644 manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.yaml diff --git a/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.installer.yaml b/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.installer.yaml new file mode 100644 index 000000000000..5710b9979cd5 --- /dev/null +++ b/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Sirstrap.CLI +PackageVersion: 1.1.8.21 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Sirstrap.exe + PortableCommandAlias: Sirstrap.CLI +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/massimopaganigh/sirstrap/releases/download/v1.1.8.21-beta/Sirstrap.CLI_fat.zip + InstallerSha256: AE439CAC239145BC30B33ED9FFB3B990B5BCE9EBD33CF35346B85A4F4A8FC380 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-27 diff --git a/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.locale.en-US.yaml b/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..09ec17c300ee --- /dev/null +++ b/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Sirstrap.CLI +PackageVersion: 1.1.8.21 +PackageLocale: en-US +Publisher: Sirstrap +PublisherUrl: https://github.com/massimopaganigh +PublisherSupportUrl: https://github.com/massimopaganigh/sirstrap/issues +PackageName: CLI +PackageUrl: https://github.com/massimopaganigh/sirstrap +License: AGPL-3.0 license +ShortDescription: An alternative bootstrapper for Roblox with a bunch of extra features. +Tags: +- bloxstrap +- roblox +ReleaseNotesUrl: https://github.com/massimopaganigh/Sirstrap/releases/tag/v1.1.8.21-beta +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/massimopaganigh/sirstrap/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.yaml b/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.yaml new file mode 100644 index 000000000000..7eb7c7ce3c05 --- /dev/null +++ b/manifests/s/Sirstrap/CLI/1.1.8.21/Sirstrap.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Sirstrap.CLI +PackageVersion: 1.1.8.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 3c9aca93e7c511ceeaa29d8777f86a368a324891 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:11:14 +0800 Subject: [PATCH 039/152] New version: BrinkSoftware.IbisCalculerenVoorInstallatie version 3.1.75.0 (#317941) --- ...isCalculerenVoorInstallatie.installer.yaml | 144 +++++++++--------- ...alculerenVoorInstallatie.locale.en-US.yaml | 40 ++--- ...alculerenVoorInstallatie.locale.zh-CN.yaml | 22 +-- ...oftware.IbisCalculerenVoorInstallatie.yaml | 16 +- 4 files changed, 111 insertions(+), 111 deletions(-) rename manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/{3.0.2508.11801 => 3.1.75.0}/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml (90%) rename manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/{3.0.2508.11801 => 3.1.75.0}/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml (96%) rename manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/{3.0.2508.11801 => 3.1.75.0}/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml (93%) rename manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/{3.0.2508.11801 => 3.1.75.0}/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml (87%) diff --git a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml similarity index 90% rename from manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml rename to manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml index 25dc2e0b56ee..066f5f5e9293 100644 --- a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml +++ b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.installer.yaml @@ -1,72 +1,72 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie -PackageVersion: 3.0.2508.11801 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S /V/quiet /V/norestart - SilentWithProgress: /S /V/passive /V/norestart - InstallLocation: /V"INSTALLDIR=""""" - Log: /V"/log """"" -ExpectedReturnCodes: -- InstallerReturnCode: -1 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1150 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1201 - ReturnResponse: diskFull -- InstallerReturnCode: 1203 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1623 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1628 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1633 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1639 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 1640 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1643 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1644 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1649 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1650 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1654 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -UpgradeBehavior: install -ProductCode: '{A1A838C0-287E-43D9-82DD-AD7DC0FD315E}' -AppsAndFeaturesEntries: -- UpgradeCode: '{A6FDEAB2-B15B-4730-A5A7-49CEA8781058}' - InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://www.ibis.nl/hubfs/Downloads%20ibis.nl%20en%20ibis.be/Installatietechniek/IbisCalculerenVoorInstallatie_Setup_x64.exe - InstallerSha256: 6E71E25E9BAF88F8900E56F2FAE6ED15AEAD73AEEEF8EB8277E13CE2196B06D4 -ManifestType: installer -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie +PackageVersion: 3.1.75.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S /V/quiet /V/norestart + SilentWithProgress: /S /V/passive /V/norestart + InstallLocation: /V"INSTALLDIR=""""" + Log: /V"/log """"" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1150 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1201 + ReturnResponse: diskFull +- InstallerReturnCode: 1203 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +ProductCode: '{57A8B5EA-D018-49F1-9B51-9222FB630682}' +AppsAndFeaturesEntries: +- UpgradeCode: '{A6FDEAB2-B15B-4730-A5A7-49CEA8781058}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://www.ibis.nl/hubfs/Downloads%20ibis.nl%20en%20ibis.be/Installatietechniek/IbisCalculerenVoorInstallatie_Setup_x64.exe + InstallerSha256: C5F59EBC544DBB821B5C0B9E5952D58DE200405330AE6A1127D4CCA7D2943E20 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml similarity index 96% rename from manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml rename to manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml index 129bbdc8c1d9..aa29e6715eaa 100644 --- a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml +++ b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.en-US.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie -PackageVersion: 3.0.2508.11801 -PackageLocale: en-US -Publisher: Brink Software B.V. -PublisherUrl: https://www.ibis.nl/ -PublisherSupportUrl: https://www.ibis.nl/contact -PrivacyUrl: https://www.ibis.nl/privacy-policy -Author: Brink Software B.V. -PackageName: Ibis Calculeren voor Installatietechniek -PackageUrl: https://www.ibis.nl/producten/calculeren-en-kostenraming/installatietechniek -License: Proprietary -Copyright: Copyright © 2025 ibis.nl -ShortDescription: Calculation and Cost Estimation for Installation Technology -Description: In recent years, installations have played an increasingly important role in architectural and civil engineering projects. This is because they have become technically more complex and have a greater impact on the sustainability and user comfort of buildings, structures, and infrastructure routes. For Brink, these are reasons to expand support for them in a number of applications. -ReleaseNotesUrl: https://ibiscalculeren.ibis.nl/installatietechniek/help/index.html?releasenotes.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie +PackageVersion: 3.1.75.0 +PackageLocale: en-US +Publisher: Brink Software B.V. +PublisherUrl: https://www.ibis.nl/ +PublisherSupportUrl: https://www.ibis.nl/contact +PrivacyUrl: https://www.ibis.nl/privacy-policy +Author: Brink Software B.V. +PackageName: Ibis Calculeren voor Installatietechniek +PackageUrl: https://www.ibis.nl/producten/calculeren-en-kostenraming/installatietechniek +License: Proprietary +Copyright: Copyright © 2025 ibis.nl +ShortDescription: Calculation and Cost Estimation for Installation Technology +Description: In recent years, installations have played an increasingly important role in architectural and civil engineering projects. This is because they have become technically more complex and have a greater impact on the sustainability and user comfort of buildings, structures, and infrastructure routes. For Brink, these are reasons to expand support for them in a number of applications. +ReleaseNotesUrl: https://ibiscalculeren.ibis.nl/installatietechniek/help/index.html?releasenotes.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml similarity index 93% rename from manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml rename to manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml index e193489cbd77..95009f96e4a6 100644 --- a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml +++ b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.locale.zh-CN.yaml @@ -1,11 +1,11 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie -PackageVersion: 3.0.2508.11801 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 安装技术计算与成本估算 -Description: 近年来,安装技术在建筑与土木工程项目中扮演着日益重要的角色。由于技术复杂性不断提升,且对建筑物、结构及基础设施轨道的可持续性与使用舒适度产生更大影响,Brink 公司决定在多项应用中扩展对其的支持。 -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie +PackageVersion: 3.1.75.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 安装技术计算与成本估算 +Description: 近年来,安装技术在建筑与土木工程项目中扮演着日益重要的角色。由于技术复杂性不断提升,且对建筑物、结构及基础设施轨道的可持续性与使用舒适度产生更大影响,Brink 公司决定在多项应用中扩展对其的支持。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml similarity index 87% rename from manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml rename to manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml index 95af4a44326f..00544f7fb7dd 100644 --- a/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.0.2508.11801/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml +++ b/manifests/b/BrinkSoftware/IbisCalculerenVoorInstallatie/3.1.75.0/BrinkSoftware.IbisCalculerenVoorInstallatie.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie -PackageVersion: 3.0.2508.11801 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BrinkSoftware.IbisCalculerenVoorInstallatie +PackageVersion: 3.1.75.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 67023a0320c4548557f0eca4c308593b0cbd8a8d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:11:50 +0800 Subject: [PATCH 040/152] Update: Mozilla.Firefox.DeveloperEdition.id version 146.0 (146.0b9) (#318056) --- ...illa.Firefox.DeveloperEdition.id.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml index 8cea44925ae3..ced47409f8a0 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/id/Firefox%20Setup%20146.0b8.exe - InstallerSha256: BAA44C087C3991A629D449FD7F409AEB10A0060FE96465B932700193CB0C6751 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/id/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 05126AFAA6CBCEEB554842007DE7A1C1331F63628F8E4881D94BEEC5464E1A56 ProductCode: Firefox Developer Edition 146.0 (x86 id) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/id/Firefox%20Setup%20146.0b8.exe - InstallerSha256: F95577330AB0CD48DBB8C063B6A968711312DDF714ABA535897999FECB4989C8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/id/Firefox%20Setup%20146.0b9.exe + InstallerSha256: BAF79D92A996532AA7E931E5A9269900D8E46ED30BF40D68FF70B9D564C32548 ProductCode: Firefox Developer Edition 146.0 (x64 id) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/id/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 47529C037DADFA73634B26634AA7CD79C04AC101C4A5E690232E49952DA3D242 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/id/Firefox%20Setup%20146.0b9.exe + InstallerSha256: E492D9F978C1B3B2AEEB9974FE89E5927124504ECB39188412ED1EF73DE95636 ProductCode: Firefox Developer Edition 146.0 (arm64 id) ManifestType: installer ManifestVersion: 1.10.0 From ad1f940d40f1fedfa49eaf5c4e60af22e4642de4 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 29 Nov 2025 15:12:24 -0500 Subject: [PATCH 041/152] New version: Gitlab.Runner version 18.6.3 (#318220) --- .../18.6.3/Gitlab.Runner.installer.yaml | 18 +++++++++++++ .../18.6.3/Gitlab.Runner.locale.en-US.yaml | 25 +++++++++++++++++++ .../g/Gitlab/Runner/18.6.3/Gitlab.Runner.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.installer.yaml create mode 100644 manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.locale.en-US.yaml create mode 100644 manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.yaml diff --git a/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.installer.yaml b/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.installer.yaml new file mode 100644 index 000000000000..d02ea72760e9 --- /dev/null +++ b/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 18.6.3 +InstallerType: portable +Commands: +- gitlab-runner +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x86 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v18.6.3/binaries/gitlab-runner-windows-386.exe + InstallerSha256: 501AE42280BBDBF66D34CB05082B93F99081A31E51F6F9F76CCA50D25D93DA8D +- Architecture: x64 + InstallerUrl: https://gitlab-runner-downloads.s3.amazonaws.com/v18.6.3/binaries/gitlab-runner-windows-amd64.exe + InstallerSha256: 7AC50FD536EE9F87C88E0F83BECEDE2B5AB1D30F2A40869EB9871627BE6D5418 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.locale.en-US.yaml b/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.locale.en-US.yaml new file mode 100644 index 000000000000..7727c50c624f --- /dev/null +++ b/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 18.6.3 +PackageLocale: en-US +Publisher: GitLab Inc. +PublisherUrl: https://gitlab.com/ +PublisherSupportUrl: https://about.gitlab.com/support/ +PrivacyUrl: https://about.gitlab.com/privacy/ +Author: GitLab Inc. +PackageName: GitLab Runner +PackageUrl: https://gitlab.com/gitlab-org/gitlab-runner +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +Copyright: Copyright (c) 2015-2019 GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/LICENSE +ShortDescription: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab. +Moniker: gitlab-runner +Tags: +- cd +- ci +- pipeline +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.yaml b/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.yaml new file mode 100644 index 000000000000..bd2c083d3065 --- /dev/null +++ b/manifests/g/Gitlab/Runner/18.6.3/Gitlab.Runner.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Gitlab.Runner +PackageVersion: 18.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From c49a969fef4a7067f8237bf4bbf556ba1b1342fe Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:34:30 +0800 Subject: [PATCH 042/152] Update: Mozilla.Firefox.DeveloperEdition.ja version 146.0 (146.0b9) (#318059) --- ...illa.Firefox.DeveloperEdition.ja.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/146.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/146.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml index 76d69ce7098e..8d98363b752d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/146.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ja/146.0/Mozilla.Firefox.DeveloperEdition.ja.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ja/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 12426060F685D40E89B1E627E79E3339DE0E3BB4F069F072D6618BA19238B832 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/ja/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 17E0149BB2DDF4919B5F295D11E6B32430E8D8732EB9D0E12287DC98137336FF ProductCode: Firefox Developer Edition 146.0 (x86 ja) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ja/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 8EFE7FBDF224E5CCEB83971A411D9A83AC10D74BF8E81258B3542AF6BACE2181 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/ja/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 0651FA038C710FD9E7A2DF35604D7E95811F1A70A0F570F8EB8E43590A69A596 ProductCode: Firefox Developer Edition 146.0 (x64 ja) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ja/Firefox%20Setup%20146.0b8.exe - InstallerSha256: A84DDF9721794AD617CA5F5632A71EF422ACBFB91BAEE63738A0570788FB95C6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/ja/Firefox%20Setup%20146.0b9.exe + InstallerSha256: BA4088BB805F0BE6396A8B02C05518D614AAF45373310448058481C34DD3388A ProductCode: Firefox Developer Edition 146.0 (arm64 ja) ManifestType: installer ManifestVersion: 1.10.0 From 9b3a48c8deb0b22c66440f7e604a55ae106e885b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:34:59 +0800 Subject: [PATCH 043/152] Update: Mozilla.Firefox.DeveloperEdition.lij version 146.0 (146.0b9) (#318066) --- ...lla.Firefox.DeveloperEdition.lij.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/146.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/146.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml index d7e5c1408e8a..1eccea56227c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/146.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lij/146.0/Mozilla.Firefox.DeveloperEdition.lij.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/lij/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 6339F7C50A0272A78C35CE0239ACC9182B1C8E51673A2A7C258D28D867D6FFA4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/lij/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 03938F7057D39EC442328DA56DF6EEB82F49BC04DC6BC0C5DC9ACFB66A6C18F3 ProductCode: Firefox Developer Edition 146.0 (x86 lij) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/lij/Firefox%20Setup%20146.0b8.exe - InstallerSha256: A28A1F941B7BCAA9DCC34E6E60CA0C362D24223A033F7D37415D23E4DE4FA41A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/lij/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 738C7CF7B1953CD3A2CB9BC39BECCDD2AA93C5556E055F6581BFA2330C1740CF ProductCode: Firefox Developer Edition 146.0 (x64 lij) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/lij/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C4FEA0E153216757F1A9F37FFE4349C51048FB6AFF1BDB61605DAC4B9E63E5BD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/lij/Firefox%20Setup%20146.0b9.exe + InstallerSha256: FE9DB7D4C801455090CE6C30FB27036A57713BE655CFD1EE6BC5157DB5493BD3 ProductCode: Firefox Developer Edition 146.0 (arm64 lij) ManifestType: installer ManifestVersion: 1.10.0 From e498d45bfaf03fbcb9e4b8c507a537dfdfff4289 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:35:28 +0800 Subject: [PATCH 044/152] Update: Mozilla.Firefox.DeveloperEdition.lt version 146.0 (146.0b9) (#318067) --- ...illa.Firefox.DeveloperEdition.lt.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/146.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/146.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml index cc991a4c786c..da16054263e9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/146.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/146.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/lt/Firefox%20Setup%20146.0b8.exe - InstallerSha256: FD986CBFF2BD2361671E0D1A547AE2DBE573AABCBD4D1CC432F89911C4C51F43 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/lt/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 92328A515B95FBFD1F57520B9A244FAA8650C4EB26C675E21A4773E3FA1631C0 ProductCode: Firefox Developer Edition 146.0 (x86 lt) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/lt/Firefox%20Setup%20146.0b8.exe - InstallerSha256: ADF14C1EC2F2F00FB840900BD4627C2759001C216BBDEDC5AA325C8EF35B15B6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/lt/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 38904F0098EDBF3B73DCF67D566A6363272DF1394983937FF73C29D5B6BBF7E3 ProductCode: Firefox Developer Edition 146.0 (x64 lt) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/lt/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D12F9307E5D52036889E3A2AD941C77B14398CE1F5DAA334A2ECABD0D2F212BD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/lt/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 392A10BE52558A293CDAC2D8A5113247DAC20619A4FFD25934F2EE56F3F06B90 ProductCode: Firefox Developer Edition 146.0 (arm64 lt) ManifestType: installer ManifestVersion: 1.10.0 From 78d23eee4d94a56d5f49d93a4c708fe3ae9fc642 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:36:01 +0800 Subject: [PATCH 045/152] Update: Mozilla.Firefox.DeveloperEdition.kk version 146.0 (146.0b9) (#318062) --- ...illa.Firefox.DeveloperEdition.kk.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/kk/146.0/Mozilla.Firefox.DeveloperEdition.kk.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/kk/146.0/Mozilla.Firefox.DeveloperEdition.kk.installer.yaml index 8eaa7b91a03b..89450c6117b4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/kk/146.0/Mozilla.Firefox.DeveloperEdition.kk.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/kk/146.0/Mozilla.Firefox.DeveloperEdition.kk.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/kk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: FC43C6E5702D8168AD6E1E244D09CB0F8CAE1A3406A1315A99D4426B665BDCE6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/kk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F31602F45197CFA9D8EADF394302A36DA5C54AE266507D6653A680DD28CBDA60 ProductCode: Firefox Developer Edition 146.0 (x86 kk) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/kk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 6FC708EB504DE1E433FB7739830E6A38471442F1276B4371612727C70A63E6A1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/kk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 869E006D03BDC13D7D0A55AADB10CE1827D18468B0BF99071EE13634768AD4DE ProductCode: Firefox Developer Edition 146.0 (x64 kk) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/kk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D0F8E8E72EF0276EA8667EB33B7F98BCDCCE8C8EF060428459CA03E553C88EE3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/kk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1494273D1078CDA064CD09DC93C4F6E9BE3F9B3D280EB29A5B3B2EB5E7F2F768 ProductCode: Firefox Developer Edition 146.0 (arm64 kk) ManifestType: installer ManifestVersion: 1.10.0 From 62b37a0c23325e8852a6f77da77a6bfc18e8301d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:05:13 +0800 Subject: [PATCH 046/152] Update: Mozilla.Firefox.DeveloperEdition.hu version 146.0 (146.0b9) (#318053) --- ...illa.Firefox.DeveloperEdition.hu.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/146.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/146.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml index cef8ac180599..d46476457f59 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/146.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/146.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/hu/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 796082F4CD898853DC4C0B85B40EA2AB3FDC33C722199BAAEDA92A301163825E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/hu/Firefox%20Setup%20146.0b9.exe + InstallerSha256: AED3AD5A94B95F7254E6E921B8C8CFCFD8D0B3A1C6B2A46E9412AC777347C006 ProductCode: Firefox Developer Edition 146.0 (x86 hu) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/hu/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 03E995D883283A9C5CF3D442D5212DD7582F3A73EB6DBC3FFD1EDA3A3EE01696 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/hu/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 739EE03D7F8F50F48AC797847ADA42A76C666388AA1D6C132F71120E786A74A9 ProductCode: Firefox Developer Edition 146.0 (x64 hu) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/hu/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 3C1CECD37861DCC5C73BD68B558B4D81EE0AAAFFCA92510BADA800064D806B00 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/hu/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1BBFEB954E1A51781E3BF6E356BD2F96D10D1A707F382BC3CE6FEC5DAEAF5D7E ProductCode: Firefox Developer Edition 146.0 (arm64 hu) ManifestType: installer ManifestVersion: 1.10.0 From 75e4e05ee9494e6250a749ece2b45d3d2786d037 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:05:43 +0800 Subject: [PATCH 047/152] Update: Mozilla.Firefox.DeveloperEdition.km version 146.0 (146.0b9) (#318063) --- ...illa.Firefox.DeveloperEdition.km.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/km/146.0/Mozilla.Firefox.DeveloperEdition.km.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/km/146.0/Mozilla.Firefox.DeveloperEdition.km.installer.yaml index dd1967ad84a9..66cae2305089 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/km/146.0/Mozilla.Firefox.DeveloperEdition.km.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/km/146.0/Mozilla.Firefox.DeveloperEdition.km.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/km/Firefox%20Setup%20146.0b8.exe - InstallerSha256: E7CCC2132ADC86F8925F02598441433379F10CC84D0CC74D04B5E8B2F7C98CB2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/km/Firefox%20Setup%20146.0b9.exe + InstallerSha256: B9035DC862D9CD3F324AC443D27CE0AF2B1B36C8228AE019F63E77891571E27C ProductCode: Firefox Developer Edition 146.0 (x86 km) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/km/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C2F8BBD9AE4A9C7A6BFC8A6B75FC33C98AB9416BAB405F7B5F07599679D42771 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/km/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1EE7BE823FE3FEAD9EBBDEED89360202B2EF280C1F751E9586D55CB704511675 ProductCode: Firefox Developer Edition 146.0 (x64 km) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/km/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D74BF014FC73EE139D170FCBC540B56859334D764B92894A2F7E95F1FF761F8F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/km/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F8AA8549592B4413E2FE0316D0569CE0EB4867C563F6567AEB13EB2AE670149F ProductCode: Firefox Developer Edition 146.0 (arm64 km) ManifestType: installer ManifestVersion: 1.10.0 From 0e2f5d88860c97383f61e60f5d2aed7d8a69aec3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:06:26 +0800 Subject: [PATCH 048/152] Update: Mozilla.Firefox.DeveloperEdition.ka version 146.0 (146.0b9) (#318060) --- ...illa.Firefox.DeveloperEdition.ka.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml index 42036ceffba8..cd0f6822fdd3 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ka/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 19CAB74D3B397DED5C0C7D71B69DC1579FE9C50BB05E979078D980C9A5DE00FE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/ka/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F2D160904296F0352CC2D26CC083C99DB8C5CD5E2EB12CE7E955D3BB451EE272 ProductCode: Firefox Developer Edition 146.0 (x86 ka) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ka/Firefox%20Setup%20146.0b8.exe - InstallerSha256: CD229975CF2BCEFAA643A2DBE9740C7BC114118AB2EAFD7D455AC157EA17A3FF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/ka/Firefox%20Setup%20146.0b9.exe + InstallerSha256: C1A4E25FCAD1FEC26A922DA0CFC387B810EE096520A55D367559385B65047732 ProductCode: Firefox Developer Edition 146.0 (x64 ka) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ka/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 8301BBD814D4E34F7013FE3AC697EF8960422058FAB2A8DB230BA66D6E1D3ED9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/ka/Firefox%20Setup%20146.0b9.exe + InstallerSha256: EDA318B5F52A2BBCBC68CCF8198A8A2E03F4D5BCB644FAE3DEC6D8A7B0421C5E ProductCode: Firefox Developer Edition 146.0 (arm64 ka) ManifestType: installer ManifestVersion: 1.10.0 From 4a659a274ba3f6eb2a255a81b1120f11e268e486 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 22:10:16 +0100 Subject: [PATCH 049/152] Added 8 tags and some usage notes: BlueStack.BlueStacks version 5.22.130.1019 (#314522) --- .../BlueStack.BlueStacks.locale.en-US.yaml | 20 +++++++++++++++---- .../BlueStack.BlueStacks.locale.zh-CN.yaml | 4 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.en-US.yaml b/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.en-US.yaml index f3f57016e20a..67bb0d7b0259 100644 --- a/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.en-US.yaml +++ b/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.en-US.yaml @@ -6,24 +6,36 @@ PackageVersion: 5.22.130.1019 PackageLocale: en-US Publisher: now.gg, Inc. PublisherUrl: https://www.bluestacks.com/ -PublisherSupportUrl: https://support.bluestacks.com/ +# PublisherSupportUrl: ://support•bluestacks•com/ PrivacyUrl: https://www.bluestacks.com/terms-and-privacy.html#privacy Author: Now.gg, Inc. PackageName: BlueStacks PackageUrl: https://www.bluestacks.com/download.html License: Proprietary LicenseUrl: https://www.bluestacks.com/terms-and-privacy.html#terms -Copyright: Copyright (c) 2011-2025 BlueStack Systems Inc. +Copyright: Copyright © 2011-2025 BlueStack Systems Inc. CopyrightUrl: https://www.bluestacks.com/terms-and-privacy.html#terms -ShortDescription: Play Android games on PC or try instantly from our cloud +ShortDescription: Play Android games on PC or try instantly from our cloud. +InstallationNotes: |- + • By default, the Winget package installs an Android Pie (Android 7) 32-bit environment. To install newer and 64-bit versions of Android, use the included BlueStack Multi-Instance Manager (As of BlueStacks 5.22.130.1019, the newest Android version is 13). + • It is fully possible to use BlueStacks for non-game apps as well (including third-party launchers), especially since it supports sideloading APKs from Windows folders. + • To prevent various gambling-related ads in BlueStacks, go to Settings → Preferences → Turn off the following:"Allow BlueStacks to show Ads during gameplay", "Show featured banner on start", and "Open BlueStacks Store on start". Moniker: bluestacks Tags: - android - emulator +- emulation +- vm +- virtualmachine +- virtual-machine +- androidapps +- lan-device-detections +- googleplaystore +- google-play-store ReleaseNotes: |- 1. You can now log in to your account seamlessly in Minecraft (com.mojang.minecraftpe) without coming across a white screen on BlueStacks 5 Android Pie, ensuring a smoother start to your block-building adventures. 2. Play Ares: The Chooser of Fate (com.com2usholdings.arestw.android.google.tw.normal) without any distractions, as unwanted error messages have been resolved on BlueStacks 5 Android Pie, Android 11, and Android 13. 3. Conquer Westeros in Game of Thrones: Kingsroad (com.netmarble.got) without the game crashing or showing error messages on BlueStacks 5 Android 13, and continue your epic journey through the Seven Kingdoms without interruptions! -ReleaseNotesUrl: https://support.bluestacks.com/hc/articles/34359017537549 +# ReleaseNotesUrl: ://support•bluestacks•com/hc/articles/34359017537549 ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.zh-CN.yaml b/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.zh-CN.yaml index 49e97047f5be..a149c48cddbe 100644 --- a/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.zh-CN.yaml +++ b/manifests/b/BlueStack/BlueStacks/5.22.130.1019/BlueStack.BlueStacks.locale.zh-CN.yaml @@ -13,7 +13,7 @@ PackageName: BlueStacks PackageUrl: https://www.bluestacks.com/download.html License: 专有软件 LicenseUrl: https://www.bluestacks.com/terms-and-privacy.html#terms -Copyright: Copyright (c) 2011-2025 BlueStack Systems Inc. +Copyright: Copyright © 2011-2025 BlueStack Systems Inc. CopyrightUrl: https://www.bluestacks.com/terms-and-privacy.html#terms ShortDescription: 在电脑上玩安卓游戏,或从我们的云端立即体验 Tags: @@ -23,6 +23,6 @@ ReleaseNotes: |- 1. 现在您可以在 BlueStacks 5 Android Pie 上无缝登入 Minecraft (com.mojang.minecraftpe) 账号,不会再遇到白屏问题,确保您能更顺畅地展开方块建造冒险。 2. 在 BlueStacks 5 Android Pie、Android 11 和 Android 13 上,玩 Ares: The Chooser of Fate (com.com2usholdings.arestw.android.google.tw.normal) 时,不会再出现干扰的错误信息。 3. 在 BlueStacks 5 Android 13 上,征服《权力游戏:Kingsroad》(com.netmarble.got) 时,游戏不会再崩溃或显示错误信息,让您持续畅游七大王国的史诗旅程! -ReleaseNotesUrl: https://support.bluestacks.com/hc/zh-tw/articles/34359017537549 +# ReleaseNotesUrl: ://support•bluestacks•com/hc/zh-tw/articles/34359017537549 ManifestType: locale ManifestVersion: 1.10.0 From 0ab23b7401ab6e1a8ffa86351edadd21f116cd30 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:11:03 +0800 Subject: [PATCH 050/152] New version: Brave.Brave.Nightly version 143.1.87.22 (#317665) --- .../Brave.Brave.Nightly.installer.yaml | 86 +++++++++++++++++++ .../Brave.Brave.Nightly.locale.en-US.yaml | 33 +++++++ .../Brave.Brave.Nightly.locale.zh-CN.yaml | 29 +++++++ .../143.1.87.22/Brave.Brave.Nightly.yaml | 8 ++ 4 files changed, 156 insertions(+) create mode 100644 manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.installer.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.yaml diff --git a/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 000000000000..4dfc64fd7f7c --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 143.1.87.22 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.22/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 657B85F8F036B4F4B4F2814B92CFC32A2A5B3441071EBAA6890E76159F3F71D0 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.22/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 3543FF10FE1C4D55D2F295E8E8D9CCF58614595188388AC328D899E478C7F89A + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.22/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 4A7F4FEDAEA1E535A6118DE5675864DE1BFB8416DD7E2ADC5EC9291157826D6D + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.22/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: 98E192DEADFC7BD0689DE2DEE72BB426008AAC06D3D74CA5BCD8E4571889FDB2 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.22/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: B2193B65A55C4E377EF13BED5B109890FBB93FBCB9B7001EA73B3CE6769629A6 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.87.22/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: C92B396805D20688165DEC0FC8ABF15CE3D693D316F4B1358A9D61DF84253C33 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..0cb6a23ab24d --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 143.1.87.22 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2025 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..7eab1fc3a0fd --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.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.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 143.1.87.22 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2025 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.yaml new file mode 100644 index 000000000000..a0ee84bb76b2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/143.1.87.22/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 143.1.87.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 0c10bd3736760e5ab37577f850bce6d77efaf57c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:11:49 +0800 Subject: [PATCH 051/152] New version: Posit.Ark version 0.1.219 (#317693) --- .../Ark/0.1.219/Posit.Ark.installer.yaml | 22 +++++++++++++ .../Ark/0.1.219/Posit.Ark.locale.en-US.yaml | 31 +++++++++++++++++++ .../Ark/0.1.219/Posit.Ark.locale.zh-CN.yaml | 17 ++++++++++ manifests/p/Posit/Ark/0.1.219/Posit.Ark.yaml | 8 +++++ 4 files changed, 78 insertions(+) create mode 100644 manifests/p/Posit/Ark/0.1.219/Posit.Ark.installer.yaml create mode 100644 manifests/p/Posit/Ark/0.1.219/Posit.Ark.locale.en-US.yaml create mode 100644 manifests/p/Posit/Ark/0.1.219/Posit.Ark.locale.zh-CN.yaml create mode 100644 manifests/p/Posit/Ark/0.1.219/Posit.Ark.yaml diff --git a/manifests/p/Posit/Ark/0.1.219/Posit.Ark.installer.yaml b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.installer.yaml new file mode 100644 index 000000000000..eaede1c01380 --- /dev/null +++ b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Posit.Ark +PackageVersion: 0.1.219 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ark.exe + PortableCommandAlias: ark +Commands: +- ark +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/posit-dev/ark/releases/download/0.1.219/ark-0.1.219-windows-x64.zip + InstallerSha256: 181B10B0041DC3FD40D18558489F479557716FD75B24E0059E72A214019CC57F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Posit/Ark/0.1.219/Posit.Ark.locale.en-US.yaml b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.locale.en-US.yaml new file mode 100644 index 000000000000..7d2817acfccc --- /dev/null +++ b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.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.10.0.schema.json + +PackageIdentifier: Posit.Ark +PackageVersion: 0.1.219 +PackageLocale: en-US +Publisher: Posit Software, PBC +PublisherUrl: https://posit.co/ +PublisherSupportUrl: https://github.com/posit-dev/ark/issues +PrivacyUrl: https://posit.co/about/privacy-policy/ +Author: Posit Software, PBC +PackageName: Ark +PackageUrl: https://github.com/posit-dev/ark +License: MIT +LicenseUrl: https://github.com/posit-dev/ark/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Posit Software, PBC +CopyrightUrl: https://posit.co/about/trademark-guidelines/ +ShortDescription: Ark, an R kernel +Description: |- + Ark is an R kernel for Jupyter applications. It was created to serve as the interface between R and the Positron IDE and is compatible with all frontends implementing the Jupyter protocol. + Ark aims to provide a complete set of reusable and interoperable tools for implementing IDEs for R: + - It is a Jupyter kernel that provides structured interaction (inputs and outputs) between R and a frontend. + - It is an LSP server that powers intellisense features such as completions, jump-to-definition, find-references, diagnostics, etc. It also has some formatting capabilities that we plan to develop over time. + - It is a DAP server for sophisticated step-debugging of R functions. It manages source references, creating them on the spot if needed, and integrates tightly with the Jupyter kernel to step through R code transparently and inspect local variables. Note: Support for breakpoints is currently missing but you can use debug(), debugonce(), or browser() to drop into the debugger. + The LSP and DAP features are currently only available in Positron but will be made available to other frontends in the future. +Tags: +- jupyter +- r +ReleaseNotesUrl: https://github.com/posit-dev/ark/releases/tag/0.1.219 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Posit/Ark/0.1.219/Posit.Ark.locale.zh-CN.yaml b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.locale.zh-CN.yaml new file mode 100644 index 000000000000..ae2e62929d96 --- /dev/null +++ b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.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.10.0.schema.json + +PackageIdentifier: Posit.Ark +PackageVersion: 0.1.219 +PackageLocale: zh-CN +ShortDescription: Ark,一个 R 内核 +Description: |- + Ark 是用于 Jupyter 应用程序的 R 内核,作为 R 与 Positron IDE 之间的接口,并兼容所有执行 Jupyter 协议的前端。 + Ark 的目标是为 R 的 IDE 提供一整套可重用、可互操作的工具: + - 它是一个 Jupyter 内核,提供 R 和前端之间的结构化交互(输入和输出)。 + - 它是一个 LSP 服务器,助力补全、跳转到定义、查找引用、诊断等智能提示功能。它还具有一些格式化功能,我们计划逐步加以开发。 + - 它是一个 DAP 服务器,用于对 R 函数进行复杂的分步调试。它可以管理源代码引用,在需要时当场创建引用,并与 Jupyter 内核紧密集成,以透明的方式逐步调试 R 代码并检查局部变量。注意:目前还不支持断点,但你可以使用 debug()、debugonce() 或 browser() 进入调试器。 + LSP 和 DAP 功能目前只在 Positron 中可用,但将来会提供给其它前端。 +ReleaseNotesUrl: https://github.com/posit-dev/ark/releases/tag/0.1.219 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Posit/Ark/0.1.219/Posit.Ark.yaml b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.yaml new file mode 100644 index 000000000000..439cafb4c25c --- /dev/null +++ b/manifests/p/Posit/Ark/0.1.219/Posit.Ark.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Posit.Ark +PackageVersion: 0.1.219 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 6aa3e3ace2666dd33d4e670526084631530c0d06 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 22:12:28 +0100 Subject: [PATCH 052/152] Added 2 tags: Zoho.Ulaa version 142.0.7444.176 (#318318) --- .../z/Zoho/Ulaa/142.0.7444.176/Zoho.Ulaa.locale.en-US.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/z/Zoho/Ulaa/142.0.7444.176/Zoho.Ulaa.locale.en-US.yaml b/manifests/z/Zoho/Ulaa/142.0.7444.176/Zoho.Ulaa.locale.en-US.yaml index 588e98478279..1e902c11eb4e 100644 --- a/manifests/z/Zoho/Ulaa/142.0.7444.176/Zoho.Ulaa.locale.en-US.yaml +++ b/manifests/z/Zoho/Ulaa/142.0.7444.176/Zoho.Ulaa.locale.en-US.yaml @@ -22,6 +22,8 @@ Tags: - internet - web - webpage +- manifestv3 +- mv3 Documentations: - DocumentLabel: Help DocumentUrl: https://ulaabrowser.zohodesk.com/portal/home From 17e7a759efede23931b69c4204cc1c9c9afc17e7 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 29 Nov 2025 16:13:04 -0500 Subject: [PATCH 053/152] New version: astral-sh.ty version 0.0.1-alpha.29 (#318138) --- .../astral-sh.ty.installer.yaml | 36 +++++++ .../astral-sh.ty.locale.en-US.yaml | 99 +++++++++++++++++++ .../ty/0.0.1-alpha.29/astral-sh.ty.yaml | 8 ++ 3 files changed, 143 insertions(+) create mode 100644 manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.installer.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.yaml diff --git a/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.installer.yaml new file mode 100644 index 000000000000..de43ddb7f112 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.installer.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.1-alpha.29 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.29/ty-i686-pc-windows-msvc.zip + InstallerSha256: 50AD3BD0F240988B3999C7776C3425B7BA246A67D319B9BAA89ED36D6AF147EE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.29/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: A6D3142B37F937645BD4157ACB9960E98476D82533034A05FE0FF19DBC9208AD + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.29/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: 72AAB7F07844E0A3D074C7AB53F88B41050A01212CEB3BA953044B413BCB8BB6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 000000000000..9d98c53371eb --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.1-alpha.29 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/ty/issues +Author: Astral Software Inc. +PackageName: ty +PackageUrl: https://github.com/astral-sh/ty +License: MIT +LicenseUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +ShortDescription: An extremely fast Python type checker and language server, written in Rust. +Moniker: ty +Tags: +- python +ReleaseNotes: |- + Release Notes + Released on 2025-11-28. + Bug Fix + - Fix multiple panics due to recursive type definitions (#20566) + Type inference + - Support type[T] where T is a type variable (#21650) + - More precise inference for a failed specialization of a generic type (#21651) + - Detect invalid overrides of methods that are marked as typing.final (#21646) + - Fix subtyping of type[Any] / type[T] and protocols (#21678) + - Added generics support for implicit and explicit (typing.TypeAlias) type aliases (#21553) + LSP server + - Add import ... code action for unresolved references (#21629) + - Include all members on type in autocompletion suggestions for type[] types (#21670) + - Mark comprehension targets as definitions in semantic highlighting (#21636) + - Add IDE autofixes for two "Did you mean...?" suggestions (#21667) + - Prettier rendering of code:: lang in docstrings (#21665) + - Support go-to for patterns and typevars (#21671) + Diagnostics + - Add subdiagnostic hint if a variable with type Never is used in a type expression (#21660) + - Improve diagnostic messages for invalid type arguments during explicit specialization (#21635) + Contributors + - @lucach + - @carljm + - @ibraheemdev + - @Gankra + - @AlexWaygood + - @mtshiba + - @oconnor663 + - @sharkdp + Install ty 0.0.1-alpha.29 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.29/ty-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.29/ty-installer.ps1 | iex" + Download ty 0.0.1-alpha.29 + ─────────────────────────────────────────────┬────────────────────────────┬───────────── + File │Platform │Checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-aarch64-apple-darwin.tar.gz │Apple Silicon macOS │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-i686-pc-windows-msvc.zip │x86 Windows │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-i686-unknown-linux-gnu.tar.gz │x86 Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-powerpc64-unknown-linux-gnu.tar.gz │PPC64 Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-powerpc64le-unknown-linux-gnu.tar.gz │PPC64LE Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-s390x-unknown-linux-gnu.tar.gz │S390x Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-armv7-unknown-linux-gnueabihf.tar.gz │ARMv7 Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-i686-unknown-linux-musl.tar.gz │x86 MUSL Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-arm-unknown-linux-musleabihf.tar.gz │ARMv6 MUSL Linux (Hardfloat)│checksum + ─────────────────────────────────────────────┼────────────────────────────┼───────────── + ty-armv7-unknown-linux-musleabihf.tar.gz │ARMv7 MUSL Linux │checksum + ─────────────────────────────────────────────┴────────────────────────────┴───────────── +ReleaseNotesUrl: https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.29 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.yaml new file mode 100644 index 000000000000..4dc361378e9d --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.1-alpha.29/astral-sh.ty.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.1-alpha.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 1d55d29f13100cff71ba124ff0589daf66f3d4ae Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 22:13:39 +0100 Subject: [PATCH 054/152] Corrected the name + Added 2 tags: Opera.OperaAir version 124.0.5705.69 (#318321) --- .../OperaAir/124.0.5705.69/Opera.OperaAir.locale.en-US.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/o/Opera/OperaAir/124.0.5705.69/Opera.OperaAir.locale.en-US.yaml b/manifests/o/Opera/OperaAir/124.0.5705.69/Opera.OperaAir.locale.en-US.yaml index be2507445ef0..8bc1319e2714 100644 --- a/manifests/o/Opera/OperaAir/124.0.5705.69/Opera.OperaAir.locale.en-US.yaml +++ b/manifests/o/Opera/OperaAir/124.0.5705.69/Opera.OperaAir.locale.en-US.yaml @@ -9,7 +9,7 @@ PublisherUrl: https://www.opera.com/ PublisherSupportUrl: https://www.opera.com/help PrivacyUrl: https://legal.opera.com/privacy/ Author: Opera Norway AS -PackageName: Opera GX Stable +PackageName: Opera Air PackageUrl: https://www.opera.com/air License: Freeware LicenseUrl: https://legal.opera.com/eula/computers/ @@ -25,6 +25,8 @@ Tags: - internet - web - webpage +- manifestv2 +- mv2 Documentations: - DocumentLabel: Tutorial DocumentUrl: https://www.opera.com/tutorials From 58ad0da2b65e8ad0675a0bc63652ca5b17f683cc Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 22:14:14 +0100 Subject: [PATCH 055/152] Added 2 tags: Perplexity.Comet version 142.1.7444.29693 (#318319) --- .../Comet/142.1.7444.29693/Perplexity.Comet.locale.en-US.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/p/Perplexity/Comet/142.1.7444.29693/Perplexity.Comet.locale.en-US.yaml b/manifests/p/Perplexity/Comet/142.1.7444.29693/Perplexity.Comet.locale.en-US.yaml index f3cadd2c0e45..065f39d0c402 100644 --- a/manifests/p/Perplexity/Comet/142.1.7444.29693/Perplexity.Comet.locale.en-US.yaml +++ b/manifests/p/Perplexity/Comet/142.1.7444.29693/Perplexity.Comet.locale.en-US.yaml @@ -9,7 +9,7 @@ Author: Perplexity AI, Inc. PackageName: Comet License: Proprietary Copyright: Copyright 2025 The Comet Authors. All rights reserved. -ShortDescription: A personal AI assistant +ShortDescription: A personal AI assistant. Description: |- Comet is a Chromium-based browser that integrates advanced AI capabilities powered by Perplexity. Unlike traditional browsers, Comet combines web browsing with intelligent features that enhance productivity and information access. Comet also includes standard browser features like bookmarks, page translation, and support for most Chrome extensions. @@ -19,5 +19,7 @@ Tags: - internet - web - webpage +- manifestv3 +- mv3 ManifestType: defaultLocale ManifestVersion: 1.10.0 From b74a3f666d03d4b45cd02b2e96716d469039a7be Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 22:14:42 +0100 Subject: [PATCH 056/152] Added 2 tags: win32ss.Supermium version 138.0.7204.295 (#318320) --- .../138.0.7204.295 R7/win32ss.Supermium.locale.en-US.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/w/win32ss/Supermium/138.0.7204.295 R7/win32ss.Supermium.locale.en-US.yaml b/manifests/w/win32ss/Supermium/138.0.7204.295 R7/win32ss.Supermium.locale.en-US.yaml index 0d6d54747b05..8cb271b4a1a3 100644 --- a/manifests/w/win32ss/Supermium/138.0.7204.295 R7/win32ss.Supermium.locale.en-US.yaml +++ b/manifests/w/win32ss/Supermium/138.0.7204.295 R7/win32ss.Supermium.locale.en-US.yaml @@ -14,7 +14,7 @@ PackageUrl: https://win32subsystem.live/supermium/ License: BSD-3-Clause LicenseUrl: https://github.com/win32ss/supermium/blob/HEAD/LICENSE Copyright: Copyright 2025 The Supermium Authors. All rights reserved. -ShortDescription: Chromium fork for Windows XP/2003 and up +ShortDescription: Chromium fork for Windows XP/2003 and up. Description: |- An up-to-date Chromium-based web browser compatible with Windows XP, 2003, Vista, 7 and 8.x. @@ -45,6 +45,8 @@ Tags: - search - web - webpage +- manifestv2 +- mv2 ReleaseNotes: |- This intermediate release of Supermium adds patches for security vulnerabilities CVE-2025-13223 and CVE-2025-13224. It also includes the following enhancements: From 773bbe88d9bb9aad00e78d48cd63618265b930f8 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Sat, 29 Nov 2025 22:15:17 +0100 Subject: [PATCH 057/152] Remove version: VideoLAN.VLC.Nightly version 4.0.0.0-nightly20251110 (#318323) --- .../VideoLAN.VLC.Nightly.installer.yaml | 28 ------------------- .../VideoLAN.VLC.Nightly.locale.en-US.yaml | 19 ------------- .../VideoLAN.VLC.Nightly.yaml | 8 ------ 3 files changed, 55 deletions(-) delete mode 100644 manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.installer.yaml delete mode 100644 manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.locale.en-US.yaml delete mode 100644 manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.yaml diff --git a/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.installer.yaml b/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.installer.yaml deleted file mode 100644 index dceedb1d1e8b..000000000000 --- a/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: VideoLAN.VLC.Nightly -PackageVersion: 4.0.0.0-nightly20251110 -InstallerLocale: en-US -InstallerType: wix -Scope: machine -ReleaseDate: 2025-11-10 -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/VideoLAN/VLC' -Installers: -- Architecture: x64 - InstallerUrl: https://artifacts.videolan.org/vlc/nightly-win64/20251110-0432/vlc-4.0.0-dev-win64-7e48e222.msi - InstallerSha256: 4D76CA3E6F793402FB07B6715DA8E4DCD13122AAFA2082CDB1571553F4987034 - ProductCode: '{FFC339E3-A53B-47FE-B78A-229CF309931B}' - AppsAndFeaturesEntries: - - ProductCode: '{FFC339E3-A53B-47FE-B78A-229CF309931B}' - UpgradeCode: '{D2E0205B-0D3A-46E2-ADF7-0504FF48CF04}' -- Architecture: arm64 - InstallerUrl: https://artifacts.videolan.org/vlc/nightly-win64-arm-llvm/20251110-0432/vlc-4.0.0-dev-winarm64-7e48e222.msi - InstallerSha256: 2F90E1A4721E5DD053D977D82E70A1D95AD789A55601A1363319603927108EE2 - ProductCode: '{602D8BE5-647D-4DD4-882D-82E8B20EE159}' - AppsAndFeaturesEntries: - - ProductCode: '{602D8BE5-647D-4DD4-882D-82E8B20EE159}' - UpgradeCode: '{D2E0205B-0D3A-46E2-ADF7-0504FF48CF04}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.locale.en-US.yaml b/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.locale.en-US.yaml deleted file mode 100644 index 0dd200f0a958..000000000000 --- a/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: VideoLAN.VLC.Nightly -PackageVersion: 4.0.0.0-nightly20251110 -PackageLocale: en-US -Publisher: VideoLAN -PackageName: VLC media player -PackageUrl: https://artifacts.videolan.org/vlc/ -License: LGPL-2.1 -ShortDescription: VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files, and various streaming protocols. -Tags: -- audioplayer -- mediaplayer -- networkfeedviewer -- videocdplayer -- videoplayer -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.yaml b/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.yaml deleted file mode 100644 index 242eccac68b1..000000000000 --- a/manifests/v/VideoLAN/VLC/Nightly/4.0.0.0-nightly20251110/VideoLAN.VLC.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: VideoLAN.VLC.Nightly -PackageVersion: 4.0.0.0-nightly20251110 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 09ef2904a42bb50998d9e9849691e9dd684854a6 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Sat, 29 Nov 2025 22:15:50 +0100 Subject: [PATCH 058/152] Remove version: Mozilla.Firefox.MSIX.Nightly version 147.2511.1409.0 (#318322) --- ...ozilla.Firefox.MSIX.Nightly.installer.yaml | 52 ------------------- ...lla.Firefox.MSIX.Nightly.locale.en-US.yaml | 31 ----------- .../Mozilla.Firefox.MSIX.Nightly.yaml | 8 --- 3 files changed, 91 deletions(-) delete mode 100644 manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.installer.yaml delete mode 100644 manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.locale.en-US.yaml delete mode 100644 manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.yaml diff --git a/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.installer.yaml b/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.installer.yaml deleted file mode 100644 index 688e14bdd420..000000000000 --- a/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.installer.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Mozilla.Firefox.MSIX.Nightly -PackageVersion: 147.2511.1409.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.17763.0 -InstallerType: msix -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -FileExtensions: -- avif -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 -RestrictedCapabilities: -- runFullTrust -ReleaseDate: 2025-11-14 -AppsAndFeaturesEntries: -- DisplayName: mailto - Publisher: Mozilla Corporation -Installers: -- Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2025/11/2025-11-14-09-46-37-mozilla-central/firefox-147.0a1.multi.win32.installer.msix - InstallerSha256: AD9DA48A25E4651104AD539B0BDB9C9D6A126505C53ED088A31BBA27196A21DA - SignatureSha256: 68064D8DD2453C973C2F268DE372BC1D7D1DE892AC0575BB1C1D28CAA2D70A82 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_147.2511.1409.0_x86__jag0gd4e3s9p2' -- Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2025/11/2025-11-14-09-46-37-mozilla-central/firefox-147.0a1.multi.win64.installer.msix - InstallerSha256: A7269C0F0FEF51804934F4D90E743B56490A3FCE33DF8004873EA73309490328 - SignatureSha256: 06A93B77A136A78E326BE3F1F2C8E6748B9855FF1A349170E52EFDD217531A5B - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_147.2511.1409.0_x64__jag0gd4e3s9p2' -- Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2025/11/2025-11-14-09-46-37-mozilla-central/firefox-147.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: 3984ACD2DF6D800533352B3ADFC1A99B9940441FC79DB6A44367A7A0C7D4D62F - SignatureSha256: B7E75BF6FA660029F5F1E434BE7BFCA48EEE9BA3E135C4738BB7F5698BCD5C48 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_147.2511.1409.0_arm64__jag0gd4e3s9p2' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.locale.en-US.yaml deleted file mode 100644 index 018e135979c1..000000000000 --- a/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Mozilla.Firefox.MSIX.Nightly -PackageVersion: 147.2511.1409.0 -PackageLocale: en-US -Publisher: Mozilla -PublisherUrl: https://www.mozilla.org/ -PublisherSupportUrl: https://support.mozilla.org/ -Author: Mozilla Foundation -PackageName: Mozilla Firefox (MSIX) Nightly -PackageUrl: https://www.firefox.com/en-US/channel/desktop/?redirect_source=mozilla-org -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: Firefox browser nightly builds -Description: Firefox is a free and open-source web browser developed by the Mozilla Foundation. Nightly provides the latest development patches and fixes, before they are introduced into other stable versions. -Moniker: firefox-nightly -Tags: -- browser -- gecko -- internet -- quantum -- spidermonkey -- web -- web-browser -- webpage -ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/147.0a1/releasenotes/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.yaml b/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.yaml deleted file mode 100644 index 10a965f260ea..000000000000 --- a/manifests/m/Mozilla/Firefox/MSIX/Nightly/147.2511.1409.0/Mozilla.Firefox.MSIX.Nightly.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Mozilla.Firefox.MSIX.Nightly -PackageVersion: 147.2511.1409.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 545f2d9f24c00850e5d8701c177b36bd05d1498f Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 22:16:23 +0100 Subject: [PATCH 059/152] General maintenance: eloston.ungoogled-chromium version 142.0.7444.162 (#318328) --- .../eloston.ungoogled-chromium.locale.en-US.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifests/e/eloston/ungoogled-chromium/142.0.7444.162/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/142.0.7444.162/eloston.ungoogled-chromium.locale.en-US.yaml index 7e4542c41143..9f647b22e848 100644 --- a/manifests/e/eloston/ungoogled-chromium/142.0.7444.162/eloston.ungoogled-chromium.locale.en-US.yaml +++ b/manifests/e/eloston/ungoogled-chromium/142.0.7444.162/eloston.ungoogled-chromium.locale.en-US.yaml @@ -4,17 +4,17 @@ PackageIdentifier: eloston.ungoogled-chromium PackageVersion: 142.0.7444.162 PackageLocale: en-US -Publisher: The Chromium Authors -PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +Publisher: ungoogled-chromium Authors +PublisherUrl: https://ungoogled-software.github.io PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues Author: Eloston -PackageName: Chromium +PackageName: ungoogled-chromium PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases License: BSD 3-Clause License LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE Copyright: Copyright 2022 The ungoogled-chromium Authors CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE -ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +ShortDescription: Google Chromium without dependency on Google web services. Description: |- ungoogled-chromium is a set of configuration flags, patches, and custom scripts. @@ -32,6 +32,8 @@ Tags: - browser - chromium - ungoogled +- manifestv2 +- mv2 ReleaseNotesUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/tag/142.0.7444.162-1.1 Documentations: - DocumentLabel: Wiki From 09f46c9093fb9adb596e80fb772e9d4dd70a22e7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:06:37 +0800 Subject: [PATCH 060/152] Update: Mozilla.Firefox.DeveloperEdition.ne-NP version 146.0 (146.0b9) (#318074) --- ...a.Firefox.DeveloperEdition.ne-NP.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/146.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/146.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml index 99bf834ccfdd..9a6e51b88bc2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/146.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ne-NP/146.0/Mozilla.Firefox.DeveloperEdition.ne-NP.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ne-NP/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 8FAB5FC05897FB6EFF9BC9C5A7040A06AA6769BD2909CBEBD9942CBFAF34F8A4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/ne-NP/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F3450C3D9878892BA5B816317ABF755E72834422CF49E0F1A1BEC30A5DCFA6D8 ProductCode: Firefox Developer Edition 146.0 (x86 ne-NP) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ne-NP/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 87843A423879445D6E7CAB4FB39E4B9E2FDC631A496FB733AD8E900998ACE435 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/ne-NP/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 9EB8BDADF94BD4BB3A12BD142DC825E2ECFD933E5F5403F36F1E3D09EE28621A ProductCode: Firefox Developer Edition 146.0 (x64 ne-NP) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ne-NP/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 267D68A786514C4F8F36F339457F5598183CEDBB252268E7DFB1549BDAE1F773 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/ne-NP/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 4FE01CB5530A34D3DE79CE21E4F6DE814D20C4A63482AF129066BA8554F85C17 ProductCode: Firefox Developer Edition 146.0 (arm64 ne-NP) ManifestType: installer ManifestVersion: 1.10.0 From 64493087521923f4798ef258e17be85f4ed2dd90 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:07:17 +0800 Subject: [PATCH 061/152] Update: Mozilla.Firefox.DeveloperEdition.nn-NO version 146.0 (146.0b9) (#318076) --- ...a.Firefox.DeveloperEdition.nn-NO.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml index d395d386755f..36e70cc29bd8 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/nn-NO/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D450ED533883B7774831842425C0AAEB8E77A1EA2228CDCB15F29E12E53C05EF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/nn-NO/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 91CF10391AF2DB2843E351BF886BD917BF2A6239AF672BD5264EE1F236D91225 ProductCode: Firefox Developer Edition 146.0 (x86 nn-NO) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/nn-NO/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C7E1ADD37E6EFE2263E12BF28441841626209CECC56BC622DA3986C9CA5C5F45 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/nn-NO/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8438D63733B033193537412E0DBEA1FAD0214B1EA6D03B2C4D1AFC35D37CAFD7 ProductCode: Firefox Developer Edition 146.0 (x64 nn-NO) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/nn-NO/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 75F7D9DDAE96AB3C85319CFF6E850C1844B53EA224F6BC7B3708F450C0BAEB48 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/nn-NO/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 109F59EF2536D2E6965591A50D4AB4BFE268604120BA4C064431ECFD1944AA08 ProductCode: Firefox Developer Edition 146.0 (arm64 nn-NO) ManifestType: installer ManifestVersion: 1.10.0 From a98ee924645c2ae1897805c3edb0891283eb7cd7 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:10:40 +0100 Subject: [PATCH 062/152] New version: aimotrens.impulsar version 0.18.8 (#317808) --- .../0.18.8/aimotrens.impulsar.installer.yaml | 19 ++++++++++++++++++ .../aimotrens.impulsar.locale.en-US.yaml | 20 +++++++++++++++++++ .../impulsar/0.18.8/aimotrens.impulsar.yaml | 8 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.installer.yaml create mode 100644 manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.locale.en-US.yaml create mode 100644 manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.yaml diff --git a/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.installer.yaml b/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.installer.yaml new file mode 100644 index 000000000000..eab8a08d1c43 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.18.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: impulsar.exe +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.18.8/impulsar_windows_amd64.zip + InstallerSha256: 64C895559CB248FCCADBB844766EE15A9D94D32601D26671ABC7BDD85DFB79F0 +- Architecture: arm64 + InstallerUrl: https://github.com/aimotrens/impulsar/releases/download/v0.18.8/impulsar_windows_arm64.zip + InstallerSha256: 5FE07AB25511DFF40EDAB2EA40DF3FC899E8F787E56FF0571C9BA86881C56CE6 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.locale.en-US.yaml b/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.locale.en-US.yaml new file mode 100644 index 000000000000..bc12d37eb4a2 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.18.8 +PackageLocale: en-US +Publisher: aimotrens +PublisherUrl: https://github.com/aimotrens +PublisherSupportUrl: https://github.com/aimotrens/impulsar/issues +PackageName: impulsar +PackageUrl: https://github.com/aimotrens/impulsar +License: MIT +LicenseUrl: https://github.com/aimotrens/impulsar/blob/HEAD/LICENSE +ShortDescription: impulsar is a tool, to run named tasks with different backends from your shell. +Tags: +- command-line-tool +- golang +- task-runner +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.yaml b/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.yaml new file mode 100644 index 000000000000..5f2d330c74d2 --- /dev/null +++ b/manifests/a/aimotrens/impulsar/0.18.8/aimotrens.impulsar.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: aimotrens.impulsar +PackageVersion: 0.18.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From bfe4ec31dcd2fb95e62d20f155b17eeee3f550b9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:11:09 +0800 Subject: [PATCH 063/152] New version: anyme123.ClaudeWorkbench version 5.1.8 (#317816) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 +++++++++ ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 ++++++++++++++ ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 +++++++++++++++++++ .../5.1.8/anyme123.ClaudeWorkbench.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..f3a3e42b90ee --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.8 +UpgradeBehavior: install +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.8/Any.Code_5.1.8_x64-setup.exe + InstallerSha256: B59B4EAB76D4EFE706E2EF710FD10936555912F5E6E955FBC8EA9619AA2C33D1 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.8/Any.Code_5.1.8_x64_en-US.msi + InstallerSha256: 3E0116756EF6132F80E163E12281B2442959A8AA85CB800B3A0E4400CD5E73AC + ProductCode: '{8A071D2A-9BF5-41D9-92EA-6BE92D6F6465}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..41f068fbd9c5 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.8 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..d1fae14db6d6 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.8 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.1.8 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..1d8c4db13719 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From 14ca2202855cca22eab31a7242e44fefbdc261d0 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 29 Nov 2025 17:11:41 -0500 Subject: [PATCH 064/152] New version: Zen-Team.Zen-Browser version 1.17.11b (#318213) Co-authored-by: UnownPlain --- .../Zen-Team.Zen-Browser.installer.yaml | 43 ++++++++++++++++++ .../Zen-Team.Zen-Browser.locale.en-US.yaml | 44 +++++++++++++++++++ .../1.17.11b/Zen-Team.Zen-Browser.yaml | 8 ++++ 3 files changed, 95 insertions(+) create mode 100644 manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.installer.yaml create mode 100644 manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.locale.en-US.yaml create mode 100644 manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.yaml diff --git a/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.installer.yaml new file mode 100644 index 000000000000..673eb5edc0ec --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.installer.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.17.11b +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" + Custom: /DesktopShortcut=false +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.17.11b/zen.installer.exe + InstallerSha256: 049EC321FE2D37740D6485465A2BBA0C764076868491483DA7CD60B4559F9165 + AppsAndFeaturesEntries: + - DisplayName: Zen Browser (x64 en-US) +- Architecture: arm64 + InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.17.11b/zen.installer-arm64.exe + InstallerSha256: 82279FA10E5527E60F6EE02A1A3ABB644EEC71FB8238F99CBC7F7886336AFE84 + AppsAndFeaturesEntries: + - DisplayName: Zen Browser (arm64 en-US) +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.locale.en-US.yaml b/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.locale.en-US.yaml new file mode 100644 index 000000000000..0d2b36be30db --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.17.11b +PackageLocale: en-US +Publisher: Zen OSS Team +PublisherUrl: https://zen-browser.app/ +PublisherSupportUrl: https://github.com/zen-browser/desktop/issues +PrivacyUrl: https://zen-browser.app/privacy-policy/ +PackageName: Zen Browser +PackageUrl: https://zen-browser.app/ +License: MPL-2.0 +LicenseUrl: https://github.com/zen-browser/desktop/blob/HEAD/LICENSE +Copyright: Zen OSS Team +ShortDescription: Zen is the best way to browse the web. Beautifully designed, privacy-focused, and packed with features. We care about your experience, not your data. +Moniker: zen-browser +Tags: +- arc +- arc-browser +- browser +- firefox +- firefox-based +- firefox-browser +- internet +- web +- web-browser +- webpage +- zen +ReleaseNotes: |- + Zen Stable Release + Fixes + - Fixed double clicking on the sidebar not opening a new tab on Windows. + - Fixed fullscreen having a border at the top on windows on secondary monitors. + - Fixed slow internet connections when using HTTP/3. + - Fixed pinned tabs restoring incorrectly and crashing when quitting on macOS. +ReleaseNotesUrl: https://zen-browser.app/release-notes/#1.17.11b +Documentations: +- DocumentLabel: About + DocumentUrl: https://zen-browser.app/about/ +- DocumentLabel: Documentation + DocumentUrl: https://docs.zen-browser.app/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.yaml b/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.yaml new file mode 100644 index 000000000000..8cb1fcd0a113 --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.17.11b/Zen-Team.Zen-Browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.17.11b +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 0431504d35acd4ba2abff3b556413afc92a973c6 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 23:12:20 +0100 Subject: [PATCH 065/152] Added 2 tags: Hibbiki.Chromium version 142.0.7444.176 (#318329) --- .../Chromium/142.0.7444.176/Hibbiki.Chromium.locale.en-US.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/h/Hibbiki/Chromium/142.0.7444.176/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/142.0.7444.176/Hibbiki.Chromium.locale.en-US.yaml index 0fb002ecf9e8..17d5523c405f 100644 --- a/manifests/h/Hibbiki/Chromium/142.0.7444.176/Hibbiki.Chromium.locale.en-US.yaml +++ b/manifests/h/Hibbiki/Chromium/142.0.7444.176/Hibbiki.Chromium.locale.en-US.yaml @@ -17,6 +17,8 @@ ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. Tags: - browser - chromium +- manifestv3 +- mv3 ReleaseNotes: |- f47d80ebb011388eb100e9adb2eba2938d24f377 ../out/mini_installer.exe 6e51c90050ad72350b649ac33490fd490c3d6bd0 ../out/chrome.7z From e28bdedf7957fed498c79158181e55c3183f909d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:12:56 +0800 Subject: [PATCH 066/152] New version: BitSum.ProcessLasso.Beta version 17.0.0.81 (#318313) --- .../BitSum.ProcessLasso.Beta.installer.yaml | 6 +++--- .../BitSum.ProcessLasso.Beta.locale.en-US.yaml | 2 +- .../BitSum.ProcessLasso.Beta.locale.zh-CN.yaml | 2 +- .../{17.0.0.79 => 17.0.0.81}/BitSum.ProcessLasso.Beta.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.79 => 17.0.0.81}/BitSum.ProcessLasso.Beta.installer.yaml (78%) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.79 => 17.0.0.81}/BitSum.ProcessLasso.Beta.locale.en-US.yaml (99%) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.79 => 17.0.0.81}/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml (98%) rename manifests/b/BitSum/ProcessLasso/Beta/{17.0.0.79 => 17.0.0.81}/BitSum.ProcessLasso.Beta.yaml (90%) diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.installer.yaml similarity index 78% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.installer.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.installer.yaml index acdc9db0d02c..24a31aee235e 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.79 +PackageVersion: 17.0.0.81 InstallerType: nullsoft Scope: machine UpgradeBehavior: install @@ -10,12 +10,12 @@ ProductCode: ProcessLasso Installers: - Architecture: x86 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup32.exe - InstallerSha256: 764369D49AF6AD454560A56E35F744AE12BD5B3EC245E177ACBD0339DBA16961 + InstallerSha256: B6A49154E73618D597CC5CE1E92453A47156730E45372B4789267FB1DC649CF2 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles(x86)%\Process Lasso' - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: 68395AAC7319CB961DF9037606A622A67907EFEB6AA72B31A31DD6EE7CA711F6 + InstallerSha256: DFE405CEC55B68E880D22AD76ADC49B5FA0315327193A6200F4BA318F3D3550A InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Process Lasso' ManifestType: installer diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.locale.en-US.yaml similarity index 99% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.locale.en-US.yaml index 8cae2a0b9618..3cbb1163691a 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.79 +PackageVersion: 17.0.0.81 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml index d86c957fd007..86df793d8222 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.79 +PackageVersion: 17.0.0.81 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.yaml index fb7045fda9ba..c02462a89756 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.79/BitSum.ProcessLasso.Beta.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/17.0.0.81/BitSum.ProcessLasso.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 17.0.0.79 +PackageVersion: 17.0.0.81 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 79151ac9dd1b52eb13cdcf964b7c69754e81d1af Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 29 Nov 2025 23:13:27 +0100 Subject: [PATCH 067/152] Added 2 tags: Alex313031.Thorium version 130.0.6723.174 (#318332) --- .../130.0.6723.174/Alex313031.Thorium.locale.en-US.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/a/Alex313031/Thorium/130.0.6723.174/Alex313031.Thorium.locale.en-US.yaml b/manifests/a/Alex313031/Thorium/130.0.6723.174/Alex313031.Thorium.locale.en-US.yaml index b02ded2b3237..688ac7be952b 100644 --- a/manifests/a/Alex313031/Thorium/130.0.6723.174/Alex313031.Thorium.locale.en-US.yaml +++ b/manifests/a/Alex313031/Thorium/130.0.6723.174/Alex313031.Thorium.locale.en-US.yaml @@ -21,6 +21,8 @@ Tags: - internet - web - webpage +- manifestv2 +- mv2 ReleaseNotes: |- M130 This release took a long time (3+ months!) to get out because of a new full time job, and the fact that Windows builds are still crashing. Windows builds are still delayed until I can figure it out. Might need to procure the help of some upstream Chromium devs that are nice enough to help me for free. Me and @midzer decided it would be a good idea to go ahead and release the Linux builds, which are working perfectly, even though we can't release for other platforms yet. UPDATE: Good news, I finally fixed the Windows crash, and MacOS builds are working again! So get ready for M130 for all the other platforms within the next day! @@ -68,3 +70,4 @@ ReleaseNotes: |- ReleaseNotesUrl: https://github.com/Alex313031/Thorium-Win/releases/tag/M130.0.6723.174 ManifestType: defaultLocale ManifestVersion: 1.9.0 + From d8b044f6885aa79af11d5b64eed3b5e18609f4c4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:35:39 +0800 Subject: [PATCH 068/152] Update: Mozilla.Firefox.DeveloperEdition.mk version 146.0 (146.0b9) (#318069) --- ...illa.Firefox.DeveloperEdition.mk.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/146.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/146.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml index af9c2971c75f..50b4a2722391 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/146.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/mk/146.0/Mozilla.Firefox.DeveloperEdition.mk.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/mk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 30845C0DFD025DEA2A6D1223DFC936EEED8737547EC42BEEDA25F2EB46A738FC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/mk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: C426CFF6F900F5ABDADFB3B7557A55B0623972EA8B8D5535DC53DEFF8FA80051 ProductCode: Firefox Developer Edition 146.0 (x86 mk) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/mk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 36D7EE53E2848E82493153E7D5177F97E35A5B2CE555FEF9F08FE1E51CEA649C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/mk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 93431511AE4E9A3ED5CF65D9390797DB78BE5D73A35ADEB90EA578978C4D757D ProductCode: Firefox Developer Edition 146.0 (x64 mk) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/mk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C9B02BB03653E7AD4EB8F63C2A1A11517C7A7279E6C785AC9F56251FAFA7B13D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/mk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: ECB704EA61963F62963A20501F14906F2177E5CAB0EB5011FB425749B2C14738 ProductCode: Firefox Developer Edition 146.0 (arm64 mk) ManifestType: installer ManifestVersion: 1.10.0 From f507cbc33a8cbfccf30f73029efd611b0f5f33d2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:36:10 +0800 Subject: [PATCH 069/152] Update: Mozilla.Firefox.DeveloperEdition.nl version 146.0 (146.0b9) (#318075) --- ...illa.Firefox.DeveloperEdition.nl.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml index b78576fd297e..1b09484f0bfb 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/nl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 70B26248FD799CBC46ED460DA0678540730B307ABDBAF739397AE7ABAB38A42E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/nl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 5C63FA8E107E6760E2A84DDECA42314D84C7E64C8F95679FF88DCC4481A70703 ProductCode: Firefox Developer Edition 146.0 (x86 nl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/nl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 593CA80FEC56DE7088EA4AB38F21FB9FB84DA13AC27F0B8EDE74D54F6084AA50 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/nl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: EE118423336749C09F42CECFA138D7E6F46274DFCAC9214DF5C393CF88E28B4A ProductCode: Firefox Developer Edition 146.0 (x64 nl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/nl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: EF36525730BF927AE224642E61C707B1CF0CEFDAC5FB4D24F85053D68E5230D2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/nl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 6851B20F566623AE8710B27E9AAE98240DB6427566D492C9D78944E93E631BDE ProductCode: Firefox Developer Edition 146.0 (arm64 nl) ManifestType: installer ManifestVersion: 1.10.0 From 199aaa66472a9e3e384944a0814329d0640952ff Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:36:41 +0800 Subject: [PATCH 070/152] Update: Mozilla.Firefox.DeveloperEdition.nb-NO version 146.0 (146.0b9) (#318073) --- ...a.Firefox.DeveloperEdition.nb-NO.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml index 3ac62fb52295..1584957b44d6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/nb-NO/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 40293B33C5FEC1F7BCCCA22C2F99EBB2E708098BAB20F71A03972063D4FC9B83 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/nb-NO/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8E70CEC294CC61F52BC2E33FE13FA27C28D9B62BB390111FCF80814264351505 ProductCode: Firefox Developer Edition 146.0 (x86 nb-NO) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/nb-NO/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 26884BD9DDE34022F7A5946981B990B9AEEFE41E892BEBE01CD4DD3D2DD637A8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/nb-NO/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8D98F2E53E429E01E645D79924A3DA45650FABC14A7962A04D49732EDC2D5558 ProductCode: Firefox Developer Edition 146.0 (x64 nb-NO) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/nb-NO/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 7337D3DCF3F732CF100E0BDD1AB71A1ABB3C895AD753400A4B3C24A1C6E86371 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/nb-NO/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 9F2217616A072CD363F1854164B93D7357FD6258745E135CE75F180026133640 ProductCode: Firefox Developer Edition 146.0 (arm64 nb-NO) ManifestType: installer ManifestVersion: 1.10.0 From 31737e4d020a87a839412ce23165879f5adb7ccb Mon Sep 17 00:00:00 2001 From: evilbananas Date: Sun, 30 Nov 2025 00:05:29 +0100 Subject: [PATCH 071/152] Fix: NirSoft.ShellExView version 2.01 (#318000) --- .../2.01/NirSoft.ShellExView.installer.yaml | 34 +++++++++++-------- .../NirSoft.ShellExView.locale.en-US.yaml | 19 +++-------- .../ShellExView/2.01/NirSoft.ShellExView.yaml | 8 ++--- 3 files changed, 28 insertions(+), 33 deletions(-) diff --git a/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.installer.yaml b/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.installer.yaml index 34ef9d8bc3b9..bb8ac6bbd40a 100644 --- a/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.installer.yaml +++ b/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.installer.yaml @@ -1,20 +1,26 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: NirSoft.ShellExView -PackageVersion: "2.01" -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -InstallModes: -- interactive -- silent -- silentWithProgress +PackageVersion: '2.01' +InstallerType: zip UpgradeBehavior: install +ProductCode: NirSoft ShellExView +ReleaseDate: 2019-06-09 Installers: - Architecture: x86 - InstallerUrl: https://www.nirsoft.net/utils/shexview_setup.exe - InstallerSha256: B7BFA133B0F0FBD6B35772F6E5F4E13B66F9E2904536564D07F74166C4C979B6 - ProductCode: NirSoft ShellExView + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: shexview.exe + PortableCommandAlias: shexview + InstallerUrl: https://www.nirsoft.net/utils/shexview.zip + InstallerSha256: B0F5E6BEA715BE67460D24E4FFE5256297FFD990CC4F5BFA902F9D5AF0D1196D +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: shexview.exe + PortableCommandAlias: shexview + InstallerUrl: https://www.nirsoft.net/utils/shexview-x64.zip + InstallerSha256: 73248FB48EE6387CADBD6BDDE5265CBEF465CEA7FCA8F3B72EAC5C408F4E7CCB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.10.0 diff --git a/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.locale.en-US.yaml b/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.locale.en-US.yaml index f9e02efe75ff..f629e5555bbb 100644 --- a/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.locale.en-US.yaml +++ b/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.locale.en-US.yaml @@ -1,31 +1,20 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: NirSoft.ShellExView -PackageVersion: "2.01" +PackageVersion: '2.01' PackageLocale: en-US Publisher: NirSoft PublisherUrl: https://www.nirsoft.net/ -# PublisherSupportUrl: PrivacyUrl: https://www.nirsoft.net/about_nirsoft_freeware.html#Privacy_Policy -# Author: PackageName: NirSoft ShellExView PackageUrl: https://www.nirsoft.net/utils/shexview.html License: Freeware LicenseUrl: https://www.nirsoft.net/utils/shexview.html#:~:text=license -# Copyright: -# CopyrightUrl: ShortDescription: The ShellExView utility displays the details of shell extensions installed on your computer, and allows you to easily disable and enable each shell extension. -# Description: Moniker: shellexview Tags: - registry - shell -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.10.0 diff --git a/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.yaml b/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.yaml index eddde5a03402..b9015827cb06 100644 --- a/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.yaml +++ b/manifests/n/NirSoft/ShellExView/2.01/NirSoft.ShellExView.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: NirSoft.ShellExView -PackageVersion: "2.01" +PackageVersion: '2.01' DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.10.0 From 183ea1270aa5f800381663fa2be43ff83a79dd13 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:06:05 +0800 Subject: [PATCH 072/152] Update: Mozilla.Firefox.DeveloperEdition.oc version 146.0 (146.0b9) (#318077) --- ...illa.Firefox.DeveloperEdition.oc.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/146.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/146.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml index 3f2e32eb3c4a..b47991942df0 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/146.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/146.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/oc/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D7155B77ACA7DD572E27D62DE5F5ED6EC6DBE6AB074C3EBA4D566949B585A461 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/oc/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1C14D1369CC9BC299F84FC868081D7CBD47C0AFD0A743B8A8ABBA356218D0CE5 ProductCode: Firefox Developer Edition 146.0 (x86 oc) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/oc/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 0A0879E8432CDB540343FFE09306DF8967E5CEE94A3DC20995E289F9C3EB8E08 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/oc/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 3647634FC30784868DCB47486F9491DBAD35C99F8749A9E9F9A136388256D3D3 ProductCode: Firefox Developer Edition 146.0 (x64 oc) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/oc/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 265F2BAA65A1F3E94286AECFAB45C1523CCE28C4DF8BA2BD59C3A5067EAB8C0C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/oc/Firefox%20Setup%20146.0b9.exe + InstallerSha256: C3BDAC01F3FCB55BF6FC2FF51A8831A649A3FE93FF66CA4A274D6BACAF05A128 ProductCode: Firefox Developer Edition 146.0 (arm64 oc) ManifestType: installer ManifestVersion: 1.10.0 From 8ae02040865e341394fb6f547789639426e453a3 Mon Sep 17 00:00:00 2001 From: Chris Huang <1513188+chrishuan9@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:10:35 +0100 Subject: [PATCH 073/152] New version:ch.LosslessCut version 3.67.0 (#317757) --- .../3.67.0/ch.LosslessCut.installer.yaml | 18 +++++++++++++++ .../3.67.0/ch.LosslessCut.locale.en-US.yaml | 23 +++++++++++++++++++ .../ch/LosslessCut/3.67.0/ch.LosslessCut.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.installer.yaml create mode 100644 manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.locale.en-US.yaml create mode 100644 manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.yaml diff --git a/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.installer.yaml b/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.installer.yaml new file mode 100644 index 000000000000..a1f252a93171 --- /dev/null +++ b/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ch.LosslessCut +PackageVersion: 3.67.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: LosslessCut.exe + PortableCommandAlias: LosslessCut +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chrishuan9/LosslessCut-winget-rls/releases/download/losslesscut-v3.67.0/losslesscut-v3.67.0.zip + InstallerSha256: 4393EBA1C91C89969F81B718B03CEE66CB6095D3571E57C7650FFEF49C291B11 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-11-09 diff --git a/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.locale.en-US.yaml b/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.locale.en-US.yaml new file mode 100644 index 000000000000..7358067acc1b --- /dev/null +++ b/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ch.LosslessCut +PackageVersion: 3.67.0 +PackageLocale: en-US +Publisher: Chris Huang +PublisherUrl: https://github.com/chrishuan9/LosslessCut-winget-rls +PublisherSupportUrl: https://github.com/chrishuan9/LosslessCut-winget-rls/issues +Author: Chris Huang +PackageName: LosslessCut +PackageUrl: https://github.com/chrishuan9/LosslessCut-winget-rls/releases/tag/losslesscut-v3.64.0 +License: LGPL-2.1 +LicenseUrl: https://github.com/chrishuan9/LosslessCut-winget-rls/blob/main/LICENSE +ShortDescription: LosslessCut aims to be the ultimate cross platform FFmpeg GUI +Description: LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work. +Moniker: LosslessCut +ReleaseNotesUrl: https://github.com/chrishuan9/LosslessCut-winget-rls/releases/tag/losslesscut-v3.67.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/chrishuan9/LosslessCut-winget-rls/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.yaml b/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.yaml new file mode 100644 index 000000000000..af11d471ad05 --- /dev/null +++ b/manifests/c/ch/LosslessCut/3.67.0/ch.LosslessCut.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ch.LosslessCut +PackageVersion: 3.67.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 919ade25a72bd16892ddbbe7b43fbdf5d0e2b61c Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 29 Nov 2025 18:11:16 -0500 Subject: [PATCH 074/152] New version: GoACME.lego version 4.29.0 (#318295) --- .../lego/4.29.0/GoACME.lego.installer.yaml | 24 +++++++++ .../lego/4.29.0/GoACME.lego.locale.en-US.yaml | 50 +++++++++++++++++++ .../g/GoACME/lego/4.29.0/GoACME.lego.yaml | 8 +++ 3 files changed, 82 insertions(+) create mode 100644 manifests/g/GoACME/lego/4.29.0/GoACME.lego.installer.yaml create mode 100644 manifests/g/GoACME/lego/4.29.0/GoACME.lego.locale.en-US.yaml create mode 100644 manifests/g/GoACME/lego/4.29.0/GoACME.lego.yaml diff --git a/manifests/g/GoACME/lego/4.29.0/GoACME.lego.installer.yaml b/manifests/g/GoACME/lego/4.29.0/GoACME.lego.installer.yaml new file mode 100644 index 000000000000..2713685d00dd --- /dev/null +++ b/manifests/g/GoACME/lego/4.29.0/GoACME.lego.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GoACME.lego +PackageVersion: 4.29.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lego.exe +UpgradeBehavior: install +ReleaseDate: 2025-11-29 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/go-acme/lego/releases/download/v4.29.0/lego_v4.29.0_windows_386.zip + InstallerSha256: 4F187E2792EE726B4318C98CBBBA086D50B3280C2026A9E48CA720B388B67D8C +- Architecture: x64 + InstallerUrl: https://github.com/go-acme/lego/releases/download/v4.29.0/lego_v4.29.0_windows_amd64.zip + InstallerSha256: 5AD2B4B30FF5A6236BF56A1F17ABA881F490650DCE044A024B158C73703D2A80 +- Architecture: arm64 + InstallerUrl: https://github.com/go-acme/lego/releases/download/v4.29.0/lego_v4.29.0_windows_arm64.zip + InstallerSha256: 46881031A46740CD098367CCD916BA52830CD7A47C7A99856B1283C0A5E066F0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/GoACME/lego/4.29.0/GoACME.lego.locale.en-US.yaml b/manifests/g/GoACME/lego/4.29.0/GoACME.lego.locale.en-US.yaml new file mode 100644 index 000000000000..8a4c5ddb44cb --- /dev/null +++ b/manifests/g/GoACME/lego/4.29.0/GoACME.lego.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GoACME.lego +PackageVersion: 4.29.0 +PackageLocale: en-US +Publisher: Sebastian Erhart +PublisherUrl: https://go-acme.github.io/lego +PublisherSupportUrl: https://github.com/go-acme/lego/issues +Author: Sebastian Erhart +PackageName: lego +PackageUrl: https://github.com/go-acme/lego +License: MIT +LicenseUrl: https://github.com/go-acme/lego/blob/HEAD/LICENSE +Copyright: Copyright (c) Sebastian Erhart +CopyrightUrl: https://github.com/go-acme/lego/blob/master/LICENSE +ShortDescription: Let's Encrypt/ACME client and library written in Go +Moniker: lego +Tags: +- acme +- acme-client +- certificate +- dns +- letsencrypt +- rfc8555 +- rfc8737 +- rfc8738 +- security +- tls +ReleaseNotes: |- + lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️ + Everybody thinks that the others will donate, but in the end, nobody does. + So if you think that lego is worth it, please consider donating. + For key updates, see the changelog. + Changelog + - ea8aca4 Add DNS provider for AlibabaCloud ESA (#2703) + - 877738c Add DNS provider for EdgeCenter (#2710) + - aea6afe Add DNS provider for Gigahost.no (#2723) + - dc0a595 Add DNS provider for United-Domains (#2731) + - b338263 baiducloud: pagination and TTL (#2712) + - 0abf391 docs: remove author names + - fc5e017 docs: update the number of supported DNS + - 56cb356 edgeone: add zones mapping (#2728) + - d5dc386 gandiv5: update base API URL (#2708) + - 93b8bb7 hetzner: use int64 for IDs (#2720) + - a8226a6 namecheap: add experimental proxy support (#2715) + - ad6adbf tests: fix flaky test (#2729) +ReleaseNotesUrl: https://github.com/go-acme/lego/releases/tag/v4.29.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GoACME/lego/4.29.0/GoACME.lego.yaml b/manifests/g/GoACME/lego/4.29.0/GoACME.lego.yaml new file mode 100644 index 000000000000..e36df6ae0a93 --- /dev/null +++ b/manifests/g/GoACME/lego/4.29.0/GoACME.lego.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GoACME.lego +PackageVersion: 4.29.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 90f7a42f6f956485b6a897e45d5569b8e9e1b9d9 Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Sun, 30 Nov 2025 00:11:49 +0100 Subject: [PATCH 075/152] New version: Automattic.harper-ls version 1.0.0 (#318325) --- .../1.0.0/Automattic.harper-ls.installer.yaml | 20 +++++++ .../Automattic.harper-ls.locale.en-US.yaml | 55 +++++++++++++++++++ .../harper-ls/1.0.0/Automattic.harper-ls.yaml | 8 +++ 3 files changed, 83 insertions(+) create mode 100644 manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.installer.yaml create mode 100644 manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.locale.en-US.yaml create mode 100644 manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.yaml diff --git a/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.installer.yaml b/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.installer.yaml new file mode 100644 index 000000000000..484870dfc50d --- /dev/null +++ b/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Automattic.harper-ls +PackageVersion: 1.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: harper-ls.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Automattic/harper/releases/download/v1.0.0/harper-ls-x86_64-pc-windows-msvc.zip + InstallerSha256: D819C44E71CA1D214CA50B698EB053FC4DAAA74E49425DF660A067428A6D69A2 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.locale.en-US.yaml b/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.locale.en-US.yaml new file mode 100644 index 000000000000..e2a1493317f1 --- /dev/null +++ b/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Automattic.harper-ls +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Automattic Inc. +PublisherUrl: https://automattic.com/ +PublisherSupportUrl: https://github.com/Automattic/harper/issues +Author: Automattic +PackageName: Harper Language Server +PackageUrl: https://github.com/Automattic/harper +License: Apache-2.0 +LicenseUrl: https://github.com/Automattic/harper/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/Automattic/harper/blob/master/LICENSE +ShortDescription: Harper Grammar Checker Language Server Protocol +Moniker: harper +Tags: +- developer-tools +- english-language +- grammar-checker +- rust +- webassembly +ReleaseNotes: |- + What's Changed + - build(deps): bump open from 5.3.2 to 5.3.3 by @dependabot[bot] in #2235 + - refactor: improvements to ProgressiveNeedsBe by @hippietrail in #2232 + - feat: filter out unknown only and ignore rules only once by @hippietrail in #2231 + - build(deps): bump hashbrown from 0.16.0 to 0.16.1 by @dependabot[bot] in #2237 + - feat: create component library + use in relevant places by @elijah-potter in #2229 + - build(deps): bump clap from 4.5.51 to 4.5.53 by @dependabot[bot] in #2236 + - fix(chrome-ext): ignore inline markup in contenteditable fields by @elijah-potter in #2242 + - feat: add technical words to dictionary by @rauletaveras in #2219 + - fix: 15 ExprLinters in lint_group.rs wrongly use insert_struct_rule! by @hippietrail in #2249 + - test: #2233 and #1097 by @elijah-potter in #2239 + - test(core): check that #1772 is resolved by @elijah-potter in #2247 + - feat(core): FindFine by @elijah-potter in #2248 + - feat: await for → await / wait for by @hippietrail in #2250 + - feat(cli): use Rayon when linting many items by @elijah-potter in #2244 + - fix(ls): use code key in diagnostics by @elijah-potter in #2254 + - fix(core): edge case in dictionary by @elijah-potter in #2255 + - fix: don't flag 'every day free' by @hippietrail in #2260 + - feat: allow ExprLinter to work on sentences as well as chunks by @hippietrail in #2165 + - feat: per say / per-se → per se by @hippietrail in #2258 + - refactor: most pub use lines in mod.rs not needed by @hippietrail in #2259 + - docs: define a versioning policy by @elijah-potter in #2257 + - feat(core): create rule to catch Me and by @elijah-potter in #2245 + - refactor(core): remove implementation details from public API by @elijah-potter in #2256 + - feat(core): create more specialized rule for #2144 by @elijah-potter in #2253 + New Contributors + - @rauletaveras made their first contribution in #2219 + Full Changelog: v0.73.0...v1.0.0 +ReleaseNotesUrl: https://github.com/Automattic/harper/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.yaml b/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.yaml new file mode 100644 index 000000000000..9d451acf0242 --- /dev/null +++ b/manifests/a/Automattic/harper-ls/1.0.0/Automattic.harper-ls.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Automattic.harper-ls +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 8d92ddcbb1e928d605a065b57c523fd6168f898f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:12:26 +0800 Subject: [PATCH 076/152] New version: LibreWolf.LibreWolf version 145.0.2-1 (#318317) --- .../LibreWolf.LibreWolf.installer.yaml | 33 +++++++++++++++++ .../LibreWolf.LibreWolf.locale.en-US.yaml | 35 +++++++++++++++++++ .../LibreWolf.LibreWolf.locale.zh-CN.yaml | 33 +++++++++++++++++ .../145.0.2-1/LibreWolf.LibreWolf.yaml | 8 +++++ 4 files changed, 109 insertions(+) create mode 100644 manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.installer.yaml create mode 100644 manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.locale.en-US.yaml create mode 100644 manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.locale.zh-CN.yaml create mode 100644 manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.yaml diff --git a/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.installer.yaml b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.installer.yaml new file mode 100644 index 000000000000..0a126515afa3 --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LibreWolf.LibreWolf +PackageVersion: 145.0.2-1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: LibreWolf LibreWolf +ReleaseDate: 2025-11-29 +Installers: +- Architecture: x86 + InstallerUrl: https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/145.0.2-1/librewolf-145.0.2-1-windows-i686-setup.exe + InstallerSha256: 4120B7832D808B7CD12987677C723A75CEA408E0627625BFBEE23B8595BF4470 +- Architecture: x64 + InstallerUrl: https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/145.0.2-1/librewolf-145.0.2-1-windows-x86_64-setup.exe + InstallerSha256: 0E7B687C85E4EF60FE3D2B3239A21F4DC866C8C8325FF502966CDA5C756399DA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.locale.en-US.yaml b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.locale.en-US.yaml new file mode 100644 index 000000000000..9b8489d68a71 --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.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.10.0.schema.json + +PackageIdentifier: LibreWolf.LibreWolf +PackageVersion: 145.0.2-1 +PackageLocale: en-US +Publisher: LibreWolf +PublisherUrl: https://librewolf.net/ +PublisherSupportUrl: https://librewolf.net/#questions +PrivacyUrl: https://librewolf.net/privacy-policy/ +PackageName: LibreWolf +PackageUrl: https://librewolf.net/ +License: MPL-2.0 +LicenseUrl: https://librewolf.net/license-disclaimers/ +ShortDescription: A custom version of Firefox, focused on privacy, security and freedom. +Description: |- + This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. + LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. +Moniker: librewolf +Tags: +- browser +- firefox +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotesUrl: https://gitlab.com/librewolf-community/browser/bsys6/-/releases/145.0.2-1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://librewolf.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.locale.zh-CN.yaml b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.locale.zh-CN.yaml new file mode 100644 index 000000000000..d2a62c049353 --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.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.10.0.schema.json + +PackageIdentifier: LibreWolf.LibreWolf +PackageVersion: 145.0.2-1 +PackageLocale: zh-CN +Publisher: LibreWolf +PublisherUrl: https://librewolf.net/ +PublisherSupportUrl: https://librewolf.net/#questions +PrivacyUrl: https://librewolf.net/privacy-policy/ +PackageName: LibreWolf +PackageUrl: https://librewolf.net/ +License: MPL-2.0 +LicenseUrl: https://librewolf.net/license-disclaimers/ +ShortDescription: 火狐浏览器的定制版本,注重隐私、安全和自由。 +Description: |- + 该项目是火狐浏览器的一个独立定制版本,主要目标是保护隐私、确保安全和用户自由。 + LibreWolf 旨在加强对抗跟踪和指纹技术,同时还包括一些安全方面的改进。这些都是通过我们以隐私和安全为导向的设置和补丁实现的。LibreWolf 还旨在移除所有遥测、数据收集和干扰,以及禁用 DRM 等反自由功能。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ReleaseNotesUrl: https://gitlab.com/librewolf-community/browser/bsys6/-/releases/145.0.2-1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://librewolf.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.yaml b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.yaml new file mode 100644 index 000000000000..5632042e34eb --- /dev/null +++ b/manifests/l/LibreWolf/LibreWolf/145.0.2-1/LibreWolf.LibreWolf.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LibreWolf.LibreWolf +PackageVersion: 145.0.2-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 2babf8b2f1e6c83703f789e5db6f3359ab830026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:12:59 +0800 Subject: [PATCH 077/152] Modify: OliverSchwendener.ueli version 9.26.0 (Auto) (#318330) --- .../OliverSchwendener.ueli.installer.yaml | 20 +++++++++---------- .../OliverSchwendener.ueli.locale.en-US.yaml | 16 +++++++-------- .../ueli/9.26.0/OliverSchwendener.ueli.yaml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.installer.yaml index 34b884f4dc32..14fa23b2a8ea 100644 --- a/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.installer.yaml @@ -1,25 +1,25 @@ -# Created with komac v2.13.0 +# Modified with Sundry. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.26.0 InstallerLocale: en-US Platform: -- Windows.Desktop + - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: -- interactive -- silent + - interactive + - silent UpgradeBehavior: install ProductCode: 743c7893-82e7-57bb-9b44-23e25eec8c57 ReleaseDate: 2025-11-10 AppsAndFeaturesEntries: -- DisplayName: Ueli 9.26.0 - ProductCode: 743c7893-82e7-57bb-9b44-23e25eec8c57 + - DisplayName: Ueli 9.26.0 + ProductCode: 743c7893-82e7-57bb-9b44-23e25eec8c57 Installers: -- Architecture: x86 - InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.26.0/Ueli-Setup-9.26.0.exe - InstallerSha256: 8F45410443795ABA735E99807FF5990F9F94EEF727C3D44ED558233A5A39F7E4 + - Architecture: x64 + InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.26.0/Ueli-Setup-9.26.0.exe + InstallerSha256: 8F45410443795ABA735E99807FF5990F9F94EEF727C3D44ED558233A5A39F7E4 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.locale.en-US.yaml index 390ca8830fae..00ba65f238f2 100644 --- a/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.13.0 +# Modified with Sundry. # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli @@ -11,16 +11,16 @@ Author: Oliver Schwendener PackageName: ueli PackageUrl: https://www.ueli.app/ License: MIT -LicenseUrl: https://github.com/oliverschwendener/ueli/blob/HEAD/LICENSE -Copyright: Copyright (c) 2022 Oliver Schwendener +LicenseUrl: https://github.com/oliverschwendener/ueli/blob/main/LICENSE +Copyright: Copyright (c) 2023 Oliver Schwendener CopyrightUrl: https://raw.githubusercontent.com/oliverschwendener/ueli/main/LICENSE ShortDescription: This is a keystroke launcher for Windows and macOS. Tags: -- electron -- keystroke -- launcher -- productivity -- typescript + - electron + - keystroke + - launcher + - productivity + - typescript ReleaseNotes: |- New features: - Added zh-TW localization support (Thanks @lynda0214) diff --git a/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.yaml index f736c8b6ea78..edca1b2e966f 100644 --- a/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.26.0/OliverSchwendener.ueli.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.13.0 +# Modified with Sundry. # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli From ef47851b8909ffea69eb32c6b3925cff2f93663f Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:36:16 +0800 Subject: [PATCH 078/152] Add version: OpenJS.Electron.33 version 33.0.0 (#317564) --- .../33.0.0/OpenJS.Electron.33.installer.yaml | 23 ++++ .../OpenJS.Electron.33.locale.en-US.yaml | 120 ++++++++++++++++++ .../33/33.0.0/OpenJS.Electron.33.yaml | 8 ++ 3 files changed, 151 insertions(+) create mode 100644 manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.installer.yaml create mode 100644 manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.locale.en-US.yaml create mode 100644 manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.yaml diff --git a/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.installer.yaml b/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.installer.yaml new file mode 100644 index 000000000000..87e7179c6867 --- /dev/null +++ b/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: OpenJS.Electron.33 +PackageVersion: 33.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe +ReleaseDate: 2024-10-15 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v33.0.0/electron-v33.0.0-win32-ia32.zip + InstallerSha256: D737B3C630B10BC93C69203D108749BFDE76B4420EE161C2562DE660CA212005 +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v33.0.0/electron-v33.0.0-win32-x64.zip + InstallerSha256: 52BBE826B5E9D0DC779321866043D310AA8072D44EF3C05D7CDD3C4A69228FA0 +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v33.0.0/electron-v33.0.0-win32-arm64.zip + InstallerSha256: 781209A26586DCB1E545335DC451479424E94407F73CC25696F0035A31273323 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.locale.en-US.yaml b/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.locale.en-US.yaml new file mode 100644 index 000000000000..9d8a5fb9baa6 --- /dev/null +++ b/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: OpenJS.Electron.33 +PackageVersion: 33.0.0 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for 33.0.0 + Stack Upgrades + - Chromium 130.0.6723.44 + - New in 130 + - New in 129 + - Node 20.18.0 + - Node 20.18.0 blog post + - Node 20.17.0 blog post + - V8 13.0 + Breaking Changes + - Deprecated usage of textured BrowserWindow type option on macOS. #43133 + - Custom protocol URLs that use Windows file paths will no longer work correctly with the deprecated protocol.registerFileProtocol and the baseURLForDataURL property on BrowserWindow.loadURL, WebContents.loadURL, and .loadURL. #43977 + Features + Additions + - Added a handler, app.setClientCertRequestPasswordHandler(handler), to help unlock cryptographic devices when a PIN is needed. #41205 + - Added error event in utility process to support diagnostic reports on V8 fatal errors. #43997 + - Added View.setBorderRadius(radius) for customizing the border radius of views—with compatibility for WebContentsView. #42320 + - Added Linux support for the Windows Control Overlay API. #41769 (Also in 30, 31, 32) + - Added support for the macOS system picker in desktopCapturer and setDisplayMediaRequestHandler. #43680 (Also in 32) + - Added DownloadItem.getCurrentBytesPerSecond(), DownloadItem.getPercentComplete(), DownloadItem.getEndTime(). #42805 (Also in 30, 31, 32) + - Added a new property prefersReducedTransparency to nativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #42862 (Also in 30, 31, 32) + - Added support for responding to auth requests initiated from utility process via app#login event. #42631 (Also in 32) + Improvements + - Extended navigationHistory API with 2 new functions for better history management. #42014 + - Ensured that the sender-id hint is set when creating desktop notifications on DBus. #43949 (Also in 31, 32) + - Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #42561 (Also in 30, 31, 32) + - Enabled zstd compression in net http requests. #43150 (Also in 31, 32) + - Expose systemPreferences to utilityProcess. #42203 (Also in 30, 31, 32) + Fixes + - Fixed a build failure when the enable_plugins build flag is false. #44025 + - Fixed mouse cursor turning into loading spinner when starting utility process on Windows. #43731 + Also in earlier versions... + - Fixed BrowserView auto resize issue. #43636 (Also in 31, 32) + - Fixed MenuItem.click handler not setting focusedWindow parameter when focused window is a BaseWindow. #43438 (Also in 31, 32) + - Fixed a crash that could occur in some DevTools extensions containing draggable regions. #43179 (Also in 31, 32) + - Fixed a crash when calling focus on a WebView's webContents. #43932 (Also in 31, 32) + - Fixed a focus issue when calling BrowserWindow.setTopBrowserView. #42653 (Also in 30, 31, 32) + - Fixed a potential crash when using off screen rendering. #42920 (Also in 30, 31, 32) + - Fixed a potential error when calling webContents.close() on a BrowserView. #42633 (Also in 31, 32) + - Fixed a potential issue accessing a child window document when overriding browserWindow creation via setWindowOpenHandler. #43816 (Also in 31, 32) + - Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #43686 (Also in 31, 32) + - Fixed an error where a minimized or hidden window would thrown an unresponsive error in the main process. #43034 (Also in 32) + - Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #43744 (Also in 31, 32) + - Fixed an issue where Chromium could crash on a dangling unretained pointer in one of several webRequest functions. #42647 (Also in 31, 32) + - Fixed an issue where High Contrast Mode didn't apply to webContents on Windows. #42853 (Also in 31, 32) + - Fixed an issue where MessagePorts could close unexpectedly with non-cloneable objects sent via postMessage. #42535 (Also in 30, 31, 32) + - Fixed an issue where BaseWindow.setTouchBar didn't work as expected. #43422 (Also in 30, 31, 32) + - Fixed an issue where WebContentsViews did not show correctly in some circumstances on macOS after being added as child views. #43696 (Also in 31, 32) + - Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #43595 (Also in 30, 31, 32) + - Fixed an issue where fetch-dependent interfaces could be missing in Web Workers with nodeIntegrationInWorker enabled. #42579 (Also in 30, 31, 32) + - Fixed an issue where navigator.mediaDevices.enumerateDevices could return broken results in some cases after calling session.setPermissionCheckHandler. #42775 (Also in 30, 31, 32) + - Fixed an issue where navigator.mediaDevices.getUserMedia and navigator.getUserMedia should reject with a NotAllowedError if microphone or camera permissions have been denied at the system level on macOS. #42899 (Also in 30, 31, 32) + - Fixed an issue where navigator.serial.getPorts() incorrectly returned an empty array in some cases. #43101 (Also in 30, 31, 32) + - Fixed an issue where system-context-menu was not triggered as expected on Windows when using a frameless BrowserWindow. #43243 (Also in 30, 31, 32) + - Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. #44000 (Also in 31, 32) + - Fixed an issue where calling BrowserWindow.setBackgroundColor with some level of transparency could cause a crash. #42824 (Also in 31, 32) + - Fixed an issue where calling desktopCapturer.getSources on macOS running 14.4 or later would make non-resizable windows resizable. #43013 (Also in 31, 32) + - Fixed an issue where calling window.print(), webContents.print() or printToPDF from an existing PDF document resulted in a blank page. #43309 (Also in 31, 32) + - Fixed an issue where calling window.showInactive on macOS did not actually show the window. #43079 (Also in 31, 32) + - Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. #43700 (Also in 32) + - Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. #42652 (Also in 29, 30, 31, 32) + - Fixed an issue where sources returned by the desktopCapturer API and screen.getAllDisplays() no longer matched on Windows. #42781 (Also in 31, 32) + - Fixed an issue where sources returned by the desktopCapturer API and screen.getAllDisplays() no longer matched on Windows. #42883 (Also in 31, 32) + - Fixed an issue where the File System Access API did not remember the user's last picked directory as expected. #42850 (Also in 30, 31, 32) + - Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. #42655 (Also in 30, 31, 32) + - Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. #43337 (Also in 32) + - Fixed an issue with resize events being emitted on Windows when the window was moved but not resized. #43457 (Also in 32) + - Fixed behavior when entering/exiting fullscreen fails on macOS. #43112 (Also in 29, 30, 31, 32) + - Fixed bug where camera permissions affected screen sharing. #43543 (Also in 32) + - Fixed closing a window with more than one attached sheet on macOS. #43952 (Also in 31, 32) + - Fixed crash when resolving proxy with session.resolveProxy api. #42878 (Also in 30, 31, 32) + - Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43499 (Also in 31, 32) + - Fixed electron app in ozone/wayland not being focused when launched from another app. #43546 (Also in 31, 32) + - Fixed issues with the vibrancy view on macOS. #43078 (Also in 31, 32) + - Fixed other apps not being focused when launched from electron ozone/wayland. #43579 (Also in 31, 32) + - Fixed potential use-after-free during view removal on macOS. #43922 (Also in 31, 32) + - Fixed several view hierarchy issues related to web contents view on MacOS. #43033 (Also in 31, 32) + - Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43056 (Also in 30, 31, 32) + - Resolved an issue where desktopCapturer.getSources never fulfilled its promise in some cases. #43080 (Also in 29, 30, 31, 32) + - Restored Chromium default Content-Disposition header parsing. #43670 (Also in 30, 31, 32) + - Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. #43810 (Also in 32) + - Fix: fixed the npm run lint not working on Windows. #42281 (Also in 31, 32) + - Fixed a potential crash when removing notifications on Windows. #43040 (Also in 30, 31, 32) + - Fixed an issue where opening multiple file pickers on Windows via the input tag could cause a crash. #42758 (Also in 30, 31, 32) + - Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. #42559 (Also in 29, 30, 31, 32) + - Fixed ffmpeg release on x64 macOS. #43093 (Also in 29, 30, 31, 32) + Documentation + - Documentation changes: #43460, #42691 + Notices + End of Support for 30.x.y + Electron 30.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron. +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v33.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.yaml b/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.yaml new file mode 100644 index 000000000000..1ed7388b15be --- /dev/null +++ b/manifests/o/OpenJS/Electron/33/33.0.0/OpenJS.Electron.33.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: OpenJS.Electron.33 +PackageVersion: 33.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 063b5498505a6fa140fc1ab69782570be622cf4b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:36:43 +0800 Subject: [PATCH 079/152] Update: Mozilla.Firefox.DeveloperEdition.pa-IN version 146.0 (146.0b9) (#318078) --- ...a.Firefox.DeveloperEdition.pa-IN.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/146.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/146.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml index de692c7676d2..41e893faa12d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/146.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/146.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/pa-IN/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 5671A33DCA710D89602110B32A0BC5F63F6A9ED8935EEBA3B0859D51F3882587 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/pa-IN/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 34C5D442BCFF8A29A8405608A355F5C3F80164D7A691E5CCC9C076A2BC511198 ProductCode: Firefox Developer Edition 146.0 (x86 pa-IN) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/pa-IN/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 55704AD77F3C371FF7F77F60B0A2663DC72D5F1DF32E40B5E5A8F06AA17C1E0C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/pa-IN/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 049711D786575A4FEF1F1546706D1EF785A30CAAF3895F70434D979142870E1C ProductCode: Firefox Developer Edition 146.0 (x64 pa-IN) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/pa-IN/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 38EEC9681F1DA608030AE501CFE1D0B4A5D365D8696945FAB45DA2E47214E5A9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/pa-IN/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 3EE71D9F6F1D0A25E6F58E10CCA2BD79F0B0B3BCC662EB5E56DB7513EEF77ACD ProductCode: Firefox Developer Edition 146.0 (arm64 pa-IN) ManifestType: installer ManifestVersion: 1.10.0 From c7dc5e97852712cb49f1a2af9d3b3cfc2bc8af7e Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 07:37:23 +0800 Subject: [PATCH 080/152] Add version: OpenJS.Electron.33 version 33.0.1 (#317565) --- .../33.0.1/OpenJS.Electron.33.installer.yaml | 23 +++++++++++++ .../OpenJS.Electron.33.locale.en-US.yaml | 32 +++++++++++++++++++ .../33/33.0.1/OpenJS.Electron.33.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.installer.yaml create mode 100644 manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.locale.en-US.yaml create mode 100644 manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.yaml diff --git a/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.installer.yaml b/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.installer.yaml new file mode 100644 index 000000000000..371b48b863aa --- /dev/null +++ b/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: OpenJS.Electron.33 +PackageVersion: 33.0.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe +ReleaseDate: 2024-10-16 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v33.0.1/electron-v33.0.1-win32-ia32.zip + InstallerSha256: E39ABC9930CFDB6083EBB03DA61D5E586132F789BD24F86A02980F2EB29F3DF6 +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v33.0.1/electron-v33.0.1-win32-x64.zip + InstallerSha256: CF42128A239924FB37B8DCE1DE508B636155BAEBA50232F04D7B087ED700AC82 +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v33.0.1/electron-v33.0.1-win32-arm64.zip + InstallerSha256: 3042506022AC2CC8F07B427153645F58AD5EB9282129C6838C93B3AB7899779B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.locale.en-US.yaml b/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.locale.en-US.yaml new file mode 100644 index 000000000000..a2abbe8fb6a4 --- /dev/null +++ b/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: OpenJS.Electron.33 +PackageVersion: 33.0.1 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for v33.0.1 + Other Changes + - Updated Chromium to 130.0.6723.59. #44271 +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v33.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.yaml b/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.yaml new file mode 100644 index 000000000000..ab2a5f6878c6 --- /dev/null +++ b/manifests/o/OpenJS/Electron/33/33.0.1/OpenJS.Electron.33.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: OpenJS.Electron.33 +PackageVersion: 33.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 88ac75cfe64c780c68a13afaa1755d073a33b036 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:06:08 +0800 Subject: [PATCH 081/152] Update: Mozilla.Firefox.DeveloperEdition.si version 146.0 (146.0b9) (#318087) --- ...illa.Firefox.DeveloperEdition.si.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/si/146.0/Mozilla.Firefox.DeveloperEdition.si.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/si/146.0/Mozilla.Firefox.DeveloperEdition.si.installer.yaml index 1251bd0532f0..c4b94f6b3778 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/si/146.0/Mozilla.Firefox.DeveloperEdition.si.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/si/146.0/Mozilla.Firefox.DeveloperEdition.si.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/si/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 009C1F464CF46CF271B97184F95612FCC7077CBB42CD7A96CF2373B31899CE55 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/si/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 73FB742AD69DA1FA05D6FE3CFF1F5106736A54C88F8884AEDA6CC7138F5D5A9C ProductCode: Firefox Developer Edition 146.0 (x86 si) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/si/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 338BEF703297DD4D783BCA0F352ADDB18CC2DA3DBA3754756301DAD312F5C216 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/si/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F54C610074473BECC100C12B1E8EE49883647AE8E0ABD288743BEBE65B639C3A ProductCode: Firefox Developer Edition 146.0 (x64 si) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/si/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 50B9739913E6CA07208BF4156A31F0B263C7241F174ED7407E7ADC8C7E91993D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/si/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 63FD23D4C00D9A3E59DE570B9CC300DC1883D89741921D09071A382326089E31 ProductCode: Firefox Developer Edition 146.0 (arm64 si) ManifestType: installer ManifestVersion: 1.10.0 From a8e0fc9d024bb49e2f134fb5bb872fb7787f2840 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:06:41 +0800 Subject: [PATCH 082/152] Update: Mozilla.Firefox.DeveloperEdition.tl version 146.0 (146.0b9) (#318099) --- ...illa.Firefox.DeveloperEdition.tl.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/tl/146.0/Mozilla.Firefox.DeveloperEdition.tl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/tl/146.0/Mozilla.Firefox.DeveloperEdition.tl.installer.yaml index bab64dceb14a..eb670c97386e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/tl/146.0/Mozilla.Firefox.DeveloperEdition.tl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/tl/146.0/Mozilla.Firefox.DeveloperEdition.tl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/tl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 269B7D29BF77A32FCF99AD9D6EF11BD8BD89301D08DC947AE797204AEC5A3EB3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/tl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 16EA3751BB2443C52F56E32CFDE057B74B364C996437864302821A0B12C8D95D ProductCode: Firefox Developer Edition 146.0 (x86 tl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/tl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 0427A45DF9ECF8A5EBA3550E16130E6FF51F022FCD46B7BBBD2DA3BA09ECB71E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/tl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 528C8A3802F3FEE089992C9FE8697685197EDD0E6506A25E579BAF8C1CB8116E ProductCode: Firefox Developer Edition 146.0 (x64 tl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/tl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: CEBFA0ACA6DAA5C3A09184E668E54096357520B160CBFAF549F6A5FAA2BB30D0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/tl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F0F8FCB3F50DEB41FF561AE685FCEFDF97D73AC8DDC4616B39B22A48A0B41957 ProductCode: Firefox Developer Edition 146.0 (arm64 tl) ManifestType: installer ManifestVersion: 1.10.0 From facebe6c417f8b9dd11a5684d5d52b4ce7bedc30 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:07:19 +0800 Subject: [PATCH 083/152] Update: Mozilla.Firefox.DeveloperEdition.szl version 146.0 (146.0b9) (#318094) --- ...lla.Firefox.DeveloperEdition.szl.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml index 6ce953057739..6c528286d797 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/szl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 9CFD6C00DE144167C15F521766CDC68E9E30063A1E4B99D30EEFFE7E21189E63 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/szl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 10165D8BE0150444E3DAC00206C2D033F02FF4779F5E7201C2593862E27B75CB ProductCode: Firefox Developer Edition 146.0 (x86 szl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/szl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: A889A139EF50886E6F73949BEF69106A2BBBDBC6451A214BDB0EC5FC32677BCF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/szl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 32CC2A8824D60A8F14B81546978F97FADBEC5339127C007B3E55170DBC89BEE6 ProductCode: Firefox Developer Edition 146.0 (x64 szl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/szl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 2894AE8F1A7BDE26C2BE368EF6E388EFE57B575B0AA2A69AFE06C3F410D9BE53 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/szl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8F5D637B0E9DD04DD92E9A79B0E0777C012C9B304C0B8D960B1D9C90C4C2D565 ProductCode: Firefox Developer Edition 146.0 (arm64 szl) ManifestType: installer ManifestVersion: 1.10.0 From 23492d6b793f2846dee121bb8babefebb7f5babc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:10:23 +0800 Subject: [PATCH 084/152] New version: anyme123.ClaudeWorkbench version 5.0.9 (#317491) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 +++++++++ ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 ++++++++++++++ ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 +++++++++++++++++++ .../5.0.9/anyme123.ClaudeWorkbench.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml create mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..61ee055ba69e --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.9 +UpgradeBehavior: install +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.9/Any.Code_5.0.9_x64-setup.exe + InstallerSha256: 623E39E09E4788B28D0B369DCA8858EFA5977C71A70D22EB136DB61A1EA65F25 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.9/Any.Code_5.0.9_x64_en-US.msi + InstallerSha256: 557515E3BA553086D0C96A60AD66C31300620AA432385FB54CC04FACBA1902D0 + ProductCode: '{C6350AB9-FBA8-48BA-B2B0-115059C387CA}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..76a38f064ca2 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.9 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..9a24edd2f514 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.9 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.0.9 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..07111ed38e10 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From 841c9b397de65e71d66578dfdebe0c64a2c54a13 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:10:56 +0800 Subject: [PATCH 085/152] Update: Mozilla.Firefox.DeveloperEdition.ro version 146.0 (146.0b9) (#318083) --- ...illa.Firefox.DeveloperEdition.ro.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/146.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/146.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml index 3c608213072f..8b496047432a 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/146.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/146.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ro/Firefox%20Setup%20146.0b8.exe - InstallerSha256: AC9BE95B64875F68CC58C1983526199E7F4AB20BDA9F36D0CDC928BF99391450 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/ro/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 6D80A36683EF0E0830AE7CDB31A056430A9362F026A8BF6AF2A7189D2733740D ProductCode: Firefox Developer Edition 146.0 (x86 ro) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ro/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 80EAA7E8B965235DFF0E8B29FCEC17157FCF7ED22000FFF9DA5B59C644914B8F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/ro/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 6F8632EEAE0FA23F618D1108EB854D1609234AB5000FADC52BFA3F514A824F09 ProductCode: Firefox Developer Edition 146.0 (x64 ro) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ro/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 68646BD7CD5E25E4F3F5B2F5E6AB00CF4A76C2F6243EC49FCC7D0F2A69E7EA19 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/ro/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 0A36E9129673BE4ECDBE0D86FC7E418008389BBB31E8CC6C286EEB57B677B68F ProductCode: Firefox Developer Edition 146.0 (arm64 ro) ManifestType: installer ManifestVersion: 1.10.0 From d76fc5bfb42fc5e2facd10a7ae8ca6a1a81efe34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:11:29 +0800 Subject: [PATCH 086/152] Modify: OliverSchwendener.ueli version 9.21.1 (Auto) (#318335) --- .../OliverSchwendener.ueli.installer.yaml | 24 +++++++++---------- .../OliverSchwendener.ueli.locale.en-US.yaml | 20 ++++++++-------- .../ueli/9.21.1/OliverSchwendener.ueli.yaml | 6 ++--- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.installer.yaml index fcdaf5fa4f42..bb4f2834d401 100644 --- a/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.installer.yaml @@ -1,25 +1,25 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.21.1 InstallerLocale: en-US Platform: -- Windows.Desktop + - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: -- interactive -- silent + - interactive + - silent UpgradeBehavior: install ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d ReleaseDate: 2025-04-15 AppsAndFeaturesEntries: -- DisplayName: Ueli 9.21.1 - ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d + - DisplayName: Ueli 9.21.1 + ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d Installers: -- Architecture: x86 - InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.21.1/Ueli-Setup-9.21.1.exe - InstallerSha256: 21C9BF03674742AE822188C3FB83E325E0D1003D06DEF6F7BAA5773E7AE8D82B + - Architecture: x64 + InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.21.1/Ueli-Setup-9.21.1.exe + InstallerSha256: 21C9BF03674742AE822188C3FB83E325E0D1003D06DEF6F7BAA5773E7AE8D82B ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.locale.en-US.yaml index 4533e4736706..0501b27fbd5e 100644 --- a/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.21.1 @@ -11,20 +11,20 @@ Author: Oliver Schwendener PackageName: ueli PackageUrl: https://www.ueli.app/ License: MIT -LicenseUrl: https://github.com/oliverschwendener/ueli/blob/HEAD/LICENSE -Copyright: Copyright (c) 2022 Oliver Schwendener +LicenseUrl: https://github.com/oliverschwendener/ueli/blob/main/LICENSE +Copyright: Copyright (c) 2023 Oliver Schwendener CopyrightUrl: https://raw.githubusercontent.com/oliverschwendener/ueli/main/LICENSE ShortDescription: This is a keystroke launcher for Windows and macOS. Tags: -- electron -- keystroke -- launcher -- productivity -- typescript + - electron + - keystroke + - launcher + - productivity + - typescript ReleaseNotes: |- Bug fixes: - Application Search: skip inexisting or inaccessible folders on Windows (Thanks @crazy-max) - Application Search: fixed an issue which caused the app to crash in certain scenarios (Thanks @ke1v) ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.21.1 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.yaml index 91096602c6bd..896e622ff291 100644 --- a/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.21.1/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.21.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 48e48d9634da6715461a1246992db6d6a281b691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:12:05 +0800 Subject: [PATCH 087/152] Modify: OliverSchwendener.ueli version 9.19.0 (Auto) (#318337) --- .../OliverSchwendener.ueli.installer.yaml | 24 +++++++++---------- .../OliverSchwendener.ueli.locale.en-US.yaml | 20 ++++++++-------- .../ueli/9.19.0/OliverSchwendener.ueli.yaml | 6 ++--- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.installer.yaml index a5d5d7664038..176a4c49d7d6 100644 --- a/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.installer.yaml @@ -1,25 +1,25 @@ -# Created with WinGet Updater using komac v2.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.19.0 InstallerLocale: en-US Platform: -- Windows.Desktop + - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: -- interactive -- silent + - interactive + - silent UpgradeBehavior: install ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d ReleaseDate: 2025-03-17 AppsAndFeaturesEntries: -- DisplayName: Ueli 9.19.0 - ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d + - DisplayName: Ueli 9.19.0 + ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d Installers: -- Architecture: x86 - InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.19.0/Ueli-Setup-9.19.0.exe - InstallerSha256: 8FA88BB165A0BDB209BAEAB698A15EF579A9F449555EE68DC1DD2AC0BE6DAF83 + - Architecture: x64 + InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.19.0/Ueli-Setup-9.19.0.exe + InstallerSha256: 8FA88BB165A0BDB209BAEAB698A15EF579A9F449555EE68DC1DD2AC0BE6DAF83 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.locale.en-US.yaml index dae23ba892c1..427fdce4cf56 100644 --- a/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.19.0 @@ -11,16 +11,16 @@ Author: Oliver Schwendener PackageName: ueli PackageUrl: https://www.ueli.app/ License: MIT -LicenseUrl: https://github.com/oliverschwendener/ueli/blob/HEAD/LICENSE -Copyright: Copyright (c) 2022 Oliver Schwendener +LicenseUrl: https://github.com/oliverschwendener/ueli/blob/main/LICENSE +Copyright: Copyright (c) 2023 Oliver Schwendener CopyrightUrl: https://raw.githubusercontent.com/oliverschwendener/ueli/main/LICENSE ShortDescription: This is a keystroke launcher for Windows and macOS. Tags: -- electron -- keystroke -- launcher -- productivity -- typescript + - electron + - keystroke + - launcher + - productivity + - typescript ReleaseNotes: |- New features: - Added rpm build for Linux @@ -36,4 +36,4 @@ ReleaseNotes: |- - Fixed icon for .deb build on Linux (Thanks @IrishBruse) ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.19.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.yaml index c86a8c3c44eb..1f3170871a2b 100644 --- a/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.19.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using komac v2.10.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 784d0dbdbb1d1e293a8c0261d5118be2352f0244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:12:38 +0800 Subject: [PATCH 088/152] Modify: OliverSchwendener.ueli version 9.21.0 (Auto) (#318336) --- .../OliverSchwendener.ueli.installer.yaml | 24 +++++++++---------- .../OliverSchwendener.ueli.locale.en-US.yaml | 20 ++++++++-------- .../ueli/9.21.0/OliverSchwendener.ueli.yaml | 6 ++--- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.installer.yaml index b5020443b364..bd506e8b1306 100644 --- a/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.installer.yaml @@ -1,25 +1,25 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.21.0 InstallerLocale: en-US Platform: -- Windows.Desktop + - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: -- interactive -- silent + - interactive + - silent UpgradeBehavior: install ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d ReleaseDate: 2025-04-09 AppsAndFeaturesEntries: -- DisplayName: Ueli 9.21.0 - ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d + - DisplayName: Ueli 9.21.0 + ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d Installers: -- Architecture: x86 - InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.21.0/Ueli-Setup-9.21.0.exe - InstallerSha256: EA83354CD47AE903281B7CF34F4CBDC091132FBF5C5CF1B6D6D831C9FF36003B + - Architecture: x64 + InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.21.0/Ueli-Setup-9.21.0.exe + InstallerSha256: EA83354CD47AE903281B7CF34F4CBDC091132FBF5C5CF1B6D6D831C9FF36003B ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.locale.en-US.yaml index 65c239d14e52..67c8d881837d 100644 --- a/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.21.0 @@ -11,16 +11,16 @@ Author: Oliver Schwendener PackageName: ueli PackageUrl: https://www.ueli.app/ License: MIT -LicenseUrl: https://github.com/oliverschwendener/ueli/blob/HEAD/LICENSE -Copyright: Copyright (c) 2022 Oliver Schwendener +LicenseUrl: https://github.com/oliverschwendener/ueli/blob/main/LICENSE +Copyright: Copyright (c) 2023 Oliver Schwendener CopyrightUrl: https://raw.githubusercontent.com/oliverschwendener/ueli/main/LICENSE ShortDescription: This is a keystroke launcher for Windows and macOS. Tags: -- electron -- keystroke -- launcher -- productivity -- typescript + - electron + - keystroke + - launcher + - productivity + - typescript ReleaseNotes: |- New Features: - Added Japanese translations (Thanks @MorimotoShimei) @@ -28,4 +28,4 @@ ReleaseNotes: |- - Simple Folder Search extension: Added some missing translations (Thanks @NiewView) ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.21.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.yaml index 17c3812bd1a4..2bc5e64ee2ad 100644 --- a/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.21.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.21.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 70119d50721dfb50cc36553026bc04738683ae7f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Sat, 29 Nov 2025 16:13:10 -0800 Subject: [PATCH 089/152] Automatic deletion of Ascensio.AVSVideoConverter 14.1.3.4 (#318365) --- .../Ascensio.AVSVideoConverter.installer.yaml | 15 -------- ...censio.AVSVideoConverter.locale.en-US.yaml | 35 ------------------- ...censio.AVSVideoConverter.locale.zh-CN.yaml | 24 ------------- .../14.1.3.4/Ascensio.AVSVideoConverter.yaml | 8 ----- 4 files changed, 82 deletions(-) delete mode 100644 manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.installer.yaml delete mode 100644 manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.en-US.yaml delete mode 100644 manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.zh-CN.yaml delete mode 100644 manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.yaml diff --git a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.installer.yaml b/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.installer.yaml deleted file mode 100644 index 3de6d981b3b7..000000000000 --- a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2025/Oct/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ascensio.AVSVideoConverter -PackageVersion: 14.1.3.4 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: AVS4YOU Video Converter 7_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://downloads.avs4you.com/distributives/AVSVideoConverter.exe - InstallerSha256: 4DA1F8AF57EBBA11BD2CEEC5D65252711AD561A3F86D23766EF80F4BEEC2851E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.en-US.yaml b/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.en-US.yaml deleted file mode 100644 index b56098faa374..000000000000 --- a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Automatically updated by the winget bot at 2025/Oct/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ascensio.AVSVideoConverter -PackageVersion: 14.1.3.4 -PackageLocale: en-US -Publisher: Ascensio System SIA -PublisherUrl: https://www.avs4you.com/ -PublisherSupportUrl: https://support.avs4you.com/ -PrivacyUrl: https://www.avs4you.com/privacy.aspx -Author: Ascensio System SIA -PackageName: AVS Video Converter -PackageUrl: https://www.avs4you.com/avs-free-video-converter.aspx -License: Proprietary -LicenseUrl: https://www.avs4you.com/license-agreement.aspx -Copyright: Copyright (c) Ascensio System SIA 2025. All rights reserved. -CopyrightUrl: https://www.avs4you.com/license-agreement.aspx -ShortDescription: Free Video Converter for Windows -Description: |- - Convert from/to 150+ formats: MP4, MOV, MKV, WEBM, DVD, AVI, WMV, MPEG, M2TS, TS, 2K QHD, 4K UHD and DCI 4K, etc. - Convert videos for iPhone, iPad, Android, Samsung, YouTube, Facebook, etc. -Tags: -- convert -- format -- video -PurchaseUrl: https://www.avs4you.com/register.aspx -Documentations: -- DocumentLabel: Online Help - DocumentUrl: https://onlinehelp.avs4you.com/ -- DocumentLabel: User Guide - DocumentUrl: https://www.avs4you.com/guides/ -- DocumentLabel: FAQ - DocumentUrl: https://support.avs4you.com/faq.aspx -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.zh-CN.yaml b/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.zh-CN.yaml deleted file mode 100644 index eaf5e3b304d7..000000000000 --- a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.locale.zh-CN.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2025/Oct/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Ascensio.AVSVideoConverter -PackageVersion: 14.1.3.4 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 免费 Windows 视频转换器 -Description: |- - 可转换 150 多种格式:MP4、MOV、MKV、WEBM、DVD、AVI、WMV、MPEG、M2TS、TS、2K QHD、4K UHD、DCI 4K 等。 - 为 iPhone、iPad、Android、三星、YouTube、Facebook 等转换视频。 -Tags: -- 格式 -- 视频 -- 转换 -Documentations: -- DocumentLabel: 在线帮助 - DocumentUrl: https://onlinehelp.avs4you.com/ -- DocumentLabel: 用户指南 - DocumentUrl: https://www.avs4you.com/guides/ -- DocumentLabel: 常见问题 - DocumentUrl: https://support.avs4you.com/faq.aspx -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.yaml b/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.yaml deleted file mode 100644 index 4cb8cdd43895..000000000000 --- a/manifests/a/Ascensio/AVSVideoConverter/14.1.3.4/Ascensio.AVSVideoConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Oct/02 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Ascensio.AVSVideoConverter -PackageVersion: 14.1.3.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 2b24d2df051bfe395e73c01c1b49a216e317234f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:13:46 +0800 Subject: [PATCH 090/152] New version: xemu-project.xemu version 0.8.118 (#318333) --- .../0.8.118/xemu-project.xemu.installer.yaml | 17 ++++++++++++ .../xemu-project.xemu.locale.en-US.yaml | 27 +++++++++++++++++++ .../xemu-project.xemu.locale.zh-CN.yaml | 27 +++++++++++++++++++ .../xemu/0.8.118/xemu-project.xemu.yaml | 8 ++++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.installer.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.en-US.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.zh-CN.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.yaml diff --git a/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.installer.yaml b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.installer.yaml new file mode 100644 index 000000000000..5d2eb88b1d43 --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: xemu-project.xemu +PackageVersion: 0.8.118 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xemu.exe + PortableCommandAlias: xemu +ReleaseDate: 2025-11-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xemu-project/xemu/releases/download/v0.8.118/xemu-win-x86_64-release.zip + InstallerSha256: D87EF6BE467A001AACD209E5DF0B6C2D85AA72A654F46EABE4F35D1B7A5598B5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.en-US.yaml b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.en-US.yaml new file mode 100644 index 000000000000..be52a7c9a4fb --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: xemu-project.xemu +PackageVersion: 0.8.118 +PackageLocale: en-US +Publisher: xemu Project +PublisherUrl: https://xemu.app +PublisherSupportUrl: https://github.com/xemu-project/xemu/issues +PackageName: xemu +PackageUrl: https://github.com/xemu-project/xemu +License: GPL-2.0 +LicenseUrl: https://github.com/xemu-project/xemu/blob/master/LICENSE +Copyright: © 2025 xemu Project +ShortDescription: Original Xbox Emulator +Description: A free and open-source application that emulates the original Microsoft Xbox game console, enabling people to play their original Xbox games on Windows, macOS, and Linux systems. +Tags: +- game +- xbox +ReleaseNotesUrl: https://github.com/xemu-project/xemu/releases/tag/v0.8.118 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://xemu.app/docs +- DocumentLabel: FAQ + DocumentUrl: https://xemu.app/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.zh-CN.yaml b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.locale.zh-CN.yaml new file mode 100644 index 000000000000..bea72280e8f2 --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.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.10.0.schema.json + +PackageIdentifier: xemu-project.xemu +PackageVersion: 0.8.118 +PackageLocale: zh-CN +Publisher: xemu Project +PublisherUrl: https://xemu.app +PublisherSupportUrl: https://github.com/xemu-project/xemu/issues +PackageName: xemu +PackageUrl: https://github.com/xemu-project/xemu +License: GPL-2.0 +LicenseUrl: https://github.com/xemu-project/xemu/blob/master/LICENSE +Copyright: © 2025 xemu Project +ShortDescription: 初代 Xbox 模拟器 +Description: 这是一款免费的开源应用程序,可模拟初代微软 Xbox 游戏机,让人们能够在 Windows、macOS 和 Linux 系统上玩初代 Xbox 游戏。 +Tags: +- xbox +- 游戏 +ReleaseNotesUrl: https://github.com/xemu-project/xemu/releases/tag/v0.8.118 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://xemu.app/docs +- DocumentLabel: 常见问题 + DocumentUrl: https://xemu.app/docs/faq/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.yaml b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.yaml new file mode 100644 index 000000000000..2c51a09e18cf --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.118/xemu-project.xemu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: xemu-project.xemu +PackageVersion: 0.8.118 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 2591d1d069750640155e5e61d07574d46e30fe74 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:35:56 +0800 Subject: [PATCH 091/152] Update: Mozilla.Firefox.DeveloperEdition.gl version 146.0 (146.0b9) (#318046) --- ...illa.Firefox.DeveloperEdition.gl.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/146.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/146.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml index 45153c3e4839..6207510b66b9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/146.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/146.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/gl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 46BAED3E10B554F959BA648F058BB0E1C993ECD7479D0F8FE91C66E3C0293912 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/gl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F4DD557D288592DEA53872DDCCA5B5E352C298F8DF493CED1FA3EE054B5FE697 ProductCode: Firefox Developer Edition 146.0 (x86 gl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/gl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 1D6BE7AC4EDFF09D68E4AD10AAC439C9F92B1B3A52937FB8A8FAB1CFEE6EFCD4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/gl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: F4CB155EAE36E3EEC78A780E22F6B22E3557B2983D0453A142CAF2AF5FAD5E02 ProductCode: Firefox Developer Edition 146.0 (x64 gl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/gl/Firefox%20Setup%20146.0b8.exe - InstallerSha256: AF34481DD12A65E049ABF69F4EAF1EDC888BBFFA4CE7B0E381F949CF35643BE5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/gl/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8F14E9BAD24DB4B19FD2DB1A9ECF201ADEA48D3256285085A4A01F1A7D73E0DE ProductCode: Firefox Developer Edition 146.0 (arm64 gl) ManifestType: installer ManifestVersion: 1.10.0 From 044bfbe894b8b5db24aaf1ab56e942c304555714 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:36:28 +0800 Subject: [PATCH 092/152] Update: Mozilla.Firefox.DeveloperEdition.rm version 146.0 (146.0b9) (#318082) --- ...illa.Firefox.DeveloperEdition.rm.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/146.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/146.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml index 32bcbf823946..0f13412e5508 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/146.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/rm/146.0/Mozilla.Firefox.DeveloperEdition.rm.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/rm/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 7C7E15D081F35E29AE019E894EEBC78DE85880AB981EBF41225F6CA79387AE86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/rm/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 93E806C11084B90323C5F8C02B6E7C38E7003C1FCC9B58A48C23FBE6F9D0D82A ProductCode: Firefox Developer Edition 146.0 (x86 rm) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/rm/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 2C3C9BFC08554D253BA33B0BC42AADDD7920D45EC9B2E8EDBFC10A9BDD4F2436 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/rm/Firefox%20Setup%20146.0b9.exe + InstallerSha256: B24464C08FC589F54751A30B6A08A1C62C92A511A9CA6318DB8A4C16CE7DB63E ProductCode: Firefox Developer Edition 146.0 (x64 rm) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/rm/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 44EF2E116B22C011AEEA186851F8AAD0968848B7A5E7FCDCEABEFEDEDDDA297F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/rm/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 803124187882B0B85BD0F8A061928841FD7F55D20FC96B2EFEB8CDC455F1D6AA ProductCode: Firefox Developer Edition 146.0 (arm64 rm) ManifestType: installer ManifestVersion: 1.10.0 From 850060819060de91d092c39158c805a10b9d0868 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:37:06 +0800 Subject: [PATCH 093/152] Update: Mozilla.Firefox.DeveloperEdition.trs version 146.0 (146.0b9) (#318101) --- ...lla.Firefox.DeveloperEdition.trs.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml index 0eebfe94eea3..bf6079e57c98 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/trs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 58AAC1C2FAE2A1C0A41405677EEE91B54C0014B77911C119E1CDD8F465308573 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/trs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: AC027950F287BC4FE67E5967CB0237723E978DD322D7940F6234445B0DBBA031 ProductCode: Firefox Developer Edition 146.0 (x86 trs) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/trs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 289B5D25D98530BE74DAE0765F1F79089DCD1C8E649557E10723FFFDEAB6DC75 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/trs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 62A8CF0548333045D7D6894616A0EF85A1E4C49E3860565847546B2AC155E6F0 ProductCode: Firefox Developer Edition 146.0 (x64 trs) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/trs/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 0F3E22FE143C706567349CC0FAF199E6EB1CE78A50CAAF08DEF519CEC7EC6F37 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/trs/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 9226133D4ABD63133667D9379A56C32A579F0FED67BFEAEE2B0099822A643DC6 ProductCode: Firefox Developer Edition 146.0 (arm64 trs) ManifestType: installer ManifestVersion: 1.10.0 From b8c92b9ff381d151ed447baa761175efad648091 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:37:36 +0800 Subject: [PATCH 094/152] Update: Mozilla.Firefox.DeveloperEdition.sr version 146.0 (146.0b9) (#318092) --- ...illa.Firefox.DeveloperEdition.sr.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml index 93d210c1a985..a7377c24f81c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/sr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 496B7460504F2DE6635269683089078B56F3E0534E6DB3BAD99702BEB62FB71F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/sr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8C020457EFBA90342BFD4CE390EA366B2F6B2D070BFAA10A41B363AA5B31EEA6 ProductCode: Firefox Developer Edition 146.0 (x86 sr) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/sr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 2C1526BA1E0130F3AB239E95E144050F92FE194094FE3260D896132231C0EB3D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/sr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 5F0B1A8A21A6DB24A7ECD93ABEA99169735AEAFEA0B0B992546167258D4D4436 ProductCode: Firefox Developer Edition 146.0 (x64 sr) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/sr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: B2CD71487A12E77E1B139BEB83012A3A3D9B75990930D56E1B1655DF08B67357 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/sr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: E8B3B54A92ECD018CEFF7ACE475C1CAF97EF3BB9BCA708F20835552EC79BE133 ProductCode: Firefox Developer Edition 146.0 (arm64 sr) ManifestType: installer ManifestVersion: 1.10.0 From 2e36d49407bc1dae56e8105411f44d57ee719efe Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:38:13 +0800 Subject: [PATCH 095/152] Update: Mozilla.Firefox.DeveloperEdition.tr version 146.0 (146.0b9) (#318100) --- ...illa.Firefox.DeveloperEdition.tr.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/146.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/146.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml index 418566eacac4..ed00fd1d0d74 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/146.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/tr/146.0/Mozilla.Firefox.DeveloperEdition.tr.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/tr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: F2BB67F2B2C3492BCAC1C4937B40E750CD2F690D5CB77F42164C7297CA6CC9F5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/tr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: DE7FB67D2A380E1ECE113EF64DE429BBE588D421AAADEBF41650FB4BEE89FEA8 ProductCode: Firefox Developer Edition 146.0 (x86 tr) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/tr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: A7C1BC7B41E6E00A9B8C36E554B63A6BECE1D39E96466FBF4F5C96F1E193F59A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/tr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: C42AF1F22BEA5B1685BB32EDE41E158B30EA93DE70498FAB45493E8F3655CD85 ProductCode: Firefox Developer Edition 146.0 (x64 tr) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/tr/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 2FB0B25C2AE646B4AF5FDD0CA68AB45881F518CA30079632B404CE989536E016 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/tr/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 163AFA858E84D2166438D3C8778A91E40A300BD2C85FEFDD79C4F06875BF62D1 ProductCode: Firefox Developer Edition 146.0 (arm64 tr) ManifestType: installer ManifestVersion: 1.10.0 From 49a6379b1e94b9f1d81a85a44e31a16b21824366 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:38:43 +0800 Subject: [PATCH 096/152] Update: Mozilla.Firefox.DeveloperEdition.th version 146.0 (146.0b9) (#318098) --- ...illa.Firefox.DeveloperEdition.th.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/th/146.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/th/146.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml index fa9612eacb67..479d004408b0 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/th/146.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/th/146.0/Mozilla.Firefox.DeveloperEdition.th.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/th/Firefox%20Setup%20146.0b8.exe - InstallerSha256: E800641D60BFE15E8CDD985CDCEFA4749538D2CD3909F2496A4A1B1A52021042 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/th/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 396C0D47471F9EC13085D3B6EC2CB96B8088033FA7C8481B440F9113B286D914 ProductCode: Firefox Developer Edition 146.0 (x86 th) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/th/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 260DF7904695AAF13566E4DE31844B5557FA12DA268052CD45E938EB655A66F5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/th/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 7D7E54AEE701310C2C5300025612DBE1617F8BC61A9885CF316672B0060A5FB9 ProductCode: Firefox Developer Edition 146.0 (x64 th) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/th/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 2C251B83DBCDAEDCEFE908E9F773B8142CD9DFB8D4BB8BDA203D7C52FA698AB8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/th/Firefox%20Setup%20146.0b9.exe + InstallerSha256: C722F03FFE8182901058C268CF573CDFE2DEE734DF24A09B411D20FCDBA75F25 ProductCode: Firefox Developer Edition 146.0 (arm64 th) ManifestType: installer ManifestVersion: 1.10.0 From fd9c7de87fb5e97d1910b6f04c5442aa08537153 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:39:20 +0800 Subject: [PATCH 097/152] Update: Mozilla.Firefox.DeveloperEdition.tg version 146.0 (146.0b9) (#318097) --- ...illa.Firefox.DeveloperEdition.tg.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/tg/146.0/Mozilla.Firefox.DeveloperEdition.tg.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/tg/146.0/Mozilla.Firefox.DeveloperEdition.tg.installer.yaml index 14f7253527f0..5ad517e1ace1 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/tg/146.0/Mozilla.Firefox.DeveloperEdition.tg.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/tg/146.0/Mozilla.Firefox.DeveloperEdition.tg.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/tg/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 58110A223B0440D2C655D1A1DE062BB820EEAB411B6A9612B28E050776642714 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/tg/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 7BEB009827D49FED63ADDF93114C0CF557C8C83D345970B70F3A0B6BF2AFB2C4 ProductCode: Firefox Developer Edition 146.0 (x86 tg) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/tg/Firefox%20Setup%20146.0b8.exe - InstallerSha256: A6EAEAD3C3D30BE05B7938C4FE4BF3299493925FBE3FD53572D7EDA7F9760BEE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/tg/Firefox%20Setup%20146.0b9.exe + InstallerSha256: FD35A1C30477EFE0F2E5113B28C6E4B350D70A8031C4B44BF6A1A0BF5EBB9B59 ProductCode: Firefox Developer Edition 146.0 (x64 tg) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/tg/Firefox%20Setup%20146.0b8.exe - InstallerSha256: DD3420ACA7316FFFB400E3BD6E2E92D3F9D6A50312BBF614AB4B20DE236ED42D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/tg/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 0E6291574406DE56E69ECB68A8F2AE5DADEF97BF568DC9B8A2CCD2F4089F1F81 ProductCode: Firefox Developer Edition 146.0 (arm64 tg) ManifestType: installer ManifestVersion: 1.10.0 From 092db9502acd5609f93a65bc31081bf2f6ba16bd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 08:40:09 +0800 Subject: [PATCH 098/152] Update: Mozilla.Firefox.DeveloperEdition.uk version 146.0 (146.0b9) (#318102) --- ...illa.Firefox.DeveloperEdition.uk.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml index 164c27de3e98..2e2d3c6e7e63 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/uk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: C579C86702C9499B29EECBA32CA35C2F794E11A575E995BA5AFABBF4F89FC4F6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/uk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: D24A954057BE8F1768C910EFF2358D6D5124418E954FDFA64C746A60EF8B33DC ProductCode: Firefox Developer Edition 146.0 (x86 uk) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/uk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D7E16A5E3A6F258BE53D32ABB97EB5903391EA997E93EFF24C3EBB005F67683D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/uk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 9BF8FB2D764FBD67DE9C5B28C3DF30BEDD0B2E0A877AFAFBEB8013B5B46002B0 ProductCode: Firefox Developer Edition 146.0 (x64 uk) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/uk/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 4C9BAF6A3F1A1F8C5D3F4A0BE4239E69219853F224F095A8C0BBF25C31AD69A0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/uk/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 97841A590A7359094C5FB6DA7D701C403856D872C932173AF5E22205D2183C66 ProductCode: Firefox Developer Edition 146.0 (arm64 uk) ManifestType: installer ManifestVersion: 1.10.0 From 4b6504707208294c48b3f6b73343d32fbc6aac33 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:05:00 +0800 Subject: [PATCH 099/152] Update: Mozilla.Firefox.DeveloperEdition.sco version 146.0 (146.0b9) (#318086) --- ...lla.Firefox.DeveloperEdition.sco.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/146.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/146.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml index ae660e280e27..f9881ce01925 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/146.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sco/146.0/Mozilla.Firefox.DeveloperEdition.sco.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/sco/Firefox%20Setup%20146.0b8.exe - InstallerSha256: E37C578A86F1A6A9A77C5DEC25F85F61B4150EDB9696B9625370E298D7CB6E8E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/sco/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 98748368F7651620FA2021CD9CD5C7D9FCB740941095FB6EEA8FF38CFFAFD578 ProductCode: Firefox Developer Edition 146.0 (x86 sco) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/sco/Firefox%20Setup%20146.0b8.exe - InstallerSha256: DA8ADB8982A7DD0698B040E78CBA116DFC4F699741E513E2894CB8DC97E1233F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/sco/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1D588903D465E6A10060E7A63C07AB83C1BABF50A53384922B6AC5C51F58953B ProductCode: Firefox Developer Edition 146.0 (x64 sco) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/sco/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 4DB357D71D8E7F4B6452C13007565DCE3919656856811AF567D2017741E11927 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/sco/Firefox%20Setup%20146.0b9.exe + InstallerSha256: E469F87D6E9B8E93B31D8A9616A65C1C417C9DF636EBE6871C6CFEFC498879F0 ProductCode: Firefox Developer Edition 146.0 (arm64 sco) ManifestType: installer ManifestVersion: 1.10.0 From b633a38186961efe8f465d3c67eaa93b3668bac0 Mon Sep 17 00:00:00 2001 From: MaaBot Date: Sun, 30 Nov 2025 09:10:47 +0800 Subject: [PATCH 100/152] New version: MaaAssistantArknights.MaaAssistantArknights version 5.28.1 (#317937) --- ...ights.MaaAssistantArknights.installer.yaml | 24 +++ ...ts.MaaAssistantArknights.locale.en-US.yaml | 150 ++++++++++++++++++ ...istantArknights.MaaAssistantArknights.yaml | 8 + 3 files changed, 182 insertions(+) create mode 100644 manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml create mode 100644 manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml create mode 100644 manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.yaml diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml new file mode 100644 index 000000000000..933ce6b7201f --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 5.28.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MAA.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-11-28 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v5.28.1/MAA-v5.28.1-win-x64.zip + InstallerSha256: CF23F0F64D11288D1811FF62F257179D94295E8DEEE884E87A922D4FDF82E527 +- Architecture: arm64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v5.28.1/MAA-v5.28.1-win-arm64.zip + InstallerSha256: 2A88125E0DF39972E8A155584C614F35FB35FFB40B4AAF875D54877DFEE10D0A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml new file mode 100644 index 000000000000..aa697628089d --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml @@ -0,0 +1,150 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 5.28.1 +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 +ReleaseNotes: |- + v5.28.1 + 继续修 BUG | Highlights + 在这个版本,我们继续修复了大量 BUG,并且优化了遇到各类错误时的调试体验。 + 小工具 - 小游戏 - PV-烟花筹委会(v5.28.1 及以上支持) + 新增 PV-烟花筹委会 小游戏支持,在小游戏界面最左侧开始。 + 错误处理方面 + - 出错时鼠标悬浮在任务错误日志上即可查看出错时的截图,方便快速定位问题。 + - 「生成日志压缩包」 功能现在支持同时打包 debug 文件夹的截图,并支持分卷压缩,在 GitHub 之类有文件大小限制的地方可以传分卷包(单个分卷最大 20 MB),更加灵活方便。 + 自动战斗方面 + - 自动战斗在只缺一个干员的时候,现在支持自动借缺少的干员,让自动战斗更加智能和便捷。 + - 根据 B 站官号投票动态的结果,我们优化了自动战斗界面的显示效果,布局更加合理,操作更加便捷。 + 肉鸽相关修复 + 修复了大量集成战略相关问题,包括界园肉鸽 boss 识别、通宝配置解析、不期而遇事件识别、萨米肉鸽任务链等,提升了肉鸽自动化的稳定性。 + 其他方面 + 我们发现,牛牛在使用 GPU 推理时,如果 GPU 驱动过旧可能会产生兼容性问题,因此我们添加了一项检测,当发现你的 GPU 驱动超过 2 年没有更新时会给出提示,我们建议你更新驱动以获得更好的体验。 + In this version, we continued to fix numerous bugs and optimized the debugging experience when encountering various types of errors. + Mini-game - PV-Fireworks Committee (v5.28.1 and above) + Added support for the PV-Fireworks Committee mini-game. Start from the leftmost side of the mini-game interface. + Error Handling + - When an error occurs, hovering the mouse over the task error log now displays a screenshot, allowing you to quickly locate the problem. + - The "Generate Support Payload" feature now supports packaging screenshots of the debug folder simultaneously and supports multi-part compression. This allows for uploading multi-part packages (each part up to 20 MB) to platforms with file size limits, such as GitHub. + EN Only I.S. stuck issues. + - The maintainers are aware of MAA getting stuck in the formation before starting an I.S. fighting stage. We still haven't been able to 100% deduct (and reproduce) the issue. Multiple fixes have been attempted. This stable version attemps to fix by completely overwriting the current template Quick Select. After various discussions on the Discord support channel, it appears the template really was the issue(?). Comparing with the older template (pre Tragodia update) the position seems slightly changed (and apparently) even the clicking box hence why the issues. + Copilot + - When only one operator is missing in Copilot, MAA can now supports automatically borrow the missing Support Unit, making Copilot more intelligent and convenient. + - Based on the results of a poll on the official Bilibili account, we optimized the layout of the Copilot interface, making it more intuitive and easier to use. + Auto I.S. Fixes + We fixed numerous issues related to Auto I.S., including Boss recognition in the Sui's Garden of Grotesqueries, Tongbao configuration parsing, Encounter event recognition, and quest chains in the Expeditioner's Jǫklumarkar, improving the stability of Auto I.S.. + Other Aspects + We found that outdated GPU drivers may cause compatibility issues when MAA performs GPU inference. Therefore, we added a detection feature that alerts you when your GPU driver has not been updated for more than 2 years and recommends updating it for a better experience. + 以下是详细内容: + v5.28.0 + 新增 | New + - 任务错误日志鼠标悬浮可以查看出错时截图 @ABA2396 + - 自动战斗支持切换技能用法使用坐标 @status102 + - 为 GPU 加速添加超过 2 年的驱动版本检测 (#14690) @Rbqwow @status102 + 改进 | Improved + - 改进自动借助战功能 (#11105) @Alan-Charred + - 优化自动战斗界面显示 (#14795) @ABA2396 @HX3N @Constrat @Manicsteiner @status102 + - 日志汇报打包 debug 截图,支持分卷,修改存储路径 @ABA2396 + - 拆分多主题识别任务 (#14774) @SherkeyXD + 修复 | Fix + - 部分名片无法进入线索交接 @ABA2396 + - 修复放弃通宝的后续任务逻辑 (#14840) @travellerse + - 在未进入缩小的全局总览的时可能进错宿舍 @ABA2396 + - 修复 "入暂亭" 事件 (#14684) @Alan-Charred + - 修复界园肉鸽第 3 层与第 5 层 boss 无法区分、第 5 层 boss 前暂停设置无效 @ABA2396 + - 修复界园树洞偶发点击到剩余烛火,导致无法进入下一个节点 (#14806) @travellerse + - 修复通宝配置解析逻辑及左侧通宝解析失败的情况 (#14802, #14820) @travellerse + - 修正通宝识别中的坐标 (#14829) @travellerse + - 修复集成战略萨米主题下凹密闻板相关功能 (#14755) @Alan-Charred + - 简化萨米肉鸽 "诡秘的预感" 相关任务链 (#14749) @Alan-Charred + - 修正不期而遇事件名 OCR 以区分禳解的 3 个相近选项,添加不期而遇事件名 OCR 替换 (#14799, #14588) @travellerse + - 肉鸽可能卡进剧目获取界面和收藏品界面 @Saratoga-Official + - 肉鸽允许跳过招募组合直接开始初始招募 (#14713) @Alan-Charred + - 保存招募券结束后等待确认招募按钮消失 (#14773) @travellerse + - 防止生息演算重置地图视图时因截图延迟卡死 (#14721) @Alan-Charred + - 给 open_series_list 加上失败截图机制 (#14693) @Alan-Charred + - 投资入口识别失败 @Saratoga-Official + - 进一步调整 WpfGui 助战选项显示布局 @Alan-Charred + - 上调助战栏位匹配分数阈值 (#14796) @Alan-Charred + - 单文件模式下总是传递借助战 @ABA2396 + - 自动借助战错误显示 @ABA2396 + - 干员识别包含 盟约·辅助干员 和 领主·Sharp @ABA2396 + - 干员识别复制结果到剪贴板时丢失未拥有干员 @status102 + - 关卡复核会把 8 识别成 g @Saratoga-Official + - 通关角标识别错误 @ABA2396 + - 刷理智指定次数未完全消耗警告在剩余理智也会提示 @status102 + - 避免输出空矩阵 @ABA2396 + - RA 导航错误 @ABA2396 + - build WpfGui for ARM architecture (#14722) @Alan-Charred + - copilot file name (#14821) @Manicsteiner + - JP paradox @Manicsteiner + - KR 引航任务识别 @Daydreamer114 + - KR AD navigation (#14742) @HX3N + - ocrReplace for EN (#14740) @Alan-Charred @Saratoga-Official + - reduce template size for QuickFormation RL @Constrat + - Sami IS EN 3rd floor regex @Constrat + - regex AD navigation EN @Constrat + 文档 | Docs + - 自动战斗文档添加 copilot_list, is_raid, is_paradox, loop_times 注释 @Alan-Charred + 其他 | Other + - 移除过旧的 add_user_additional 参数弃用提示 @status102 + - 简化 ROI 修正逻辑 @ABA2396 + - 调整 ExportOperBox 内的变量命名与结构 @ABA2396 + - 清日志时手动清除 ToolTip @ABA2396 + - std::signal 自动舍弃 abort / terminate 上方栈 @status102 + - 分卷压缩包大小改成 20 MB @ABA2396 + - 向 MaaCore 工程增加 tasks 文件以便检索 (#14731) @status102 + - 更新多模板截图工具 @SherkeyXD + - 移除部分无需的 include @status102 + - 路径迁移 @status102 + - 修复 UI 细节 @hguandl + - optimize templates @Constrat + - JP ocr edits (#14748) @Manicsteiner + - KR tweak SupportUnitUsage translation @HX3N + - KR @hguandl + - SSS#8 for global (#14803) @Manicsteiner + v5.28.1 + 新增 | New + - PV-烟花筹委会 小游戏 @ABA2396 @weinibuliu + - 刷理智失败次数达到上限时报错 @ABA2396 + - update meojson to v5.0.0 (#14849) @MistEO + 改进 | Improved + - wpf Debug 压缩包切片增加时间前缀 @status102 + - 改进 ImageCropper @weinibuliu + - 更新肉鸽协议文档和界园肉鸽商品列表 (#14873) @DavidWang19 + 修复 | Fix + - 基建换班卡死在无人机使用界面 @ABA2396 + - 齐聚主题会在基建同时存在红蓝两个提示的时候无法进入 @ABA2396 + - 战斗列表只有第一关会使用助战干员 @status102 + - 避免通宝插件通过任务链作用到通宝以外的地方 (#14867) @travellerse + - 功能入口添加重试机制 (#14872) @ABA2396 + - fix regex_error(error_badrepeat) @Constrat + 文档 | Docs + - issue 模板修改 25 MB 压缩包上传提示 (#14850) @Rbqwow + 其他 | Other + - 遗漏的 MaaCore.pdb 和 MaaUtils/pdb + - 整理截图 @ABA2396 + - 调整 StartToVisit 阈值 @ABA2396 + - remove and sort usings (#14877) @SherkeyXD + Full Changelog: v5.28.0 -> v5.28.1 + 已有 Mirror酱 CDK?前往 Mirror酱 高速下载 +ReleaseNotesUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/tag/v5.28.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.yaml new file mode 100644 index 000000000000..21ded3e574f5 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/5.28.1/MaaAssistantArknights.MaaAssistantArknights.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 5.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 5780ff61ecf419bf0bf13cb982b6fb01bc48ca8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:11:24 +0800 Subject: [PATCH 101/152] Modify: OliverSchwendener.ueli version 8.13.0 (Auto) (#318339) --- .../ueli/8.13.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.13.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.13.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.installer.yaml index 8a50f53c5d61..4ff8eeeef769 100644 --- a/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.13.0 @@ -8,7 +8,7 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.13.0/ueli-Setup-8.13.0.exe InstallerSha256: 74C903F4CCBA36F9CD4DF2B03EB770352855C728DA06F58A878D88EF0E2FAE4E ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.locale.en-US.yaml index f013c935a4ca..bd7fed97cb0e 100644 --- a/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.13.0 @@ -30,4 +30,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.yaml index 07b456239b86..6edaa62a8c93 100644 --- a/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.13.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From bba8124abde68e6a7cc04ab0588bccaa78a5b25e Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:11:55 +1100 Subject: [PATCH 102/152] New version: Docker.DockerDesktop version 4.53.0 (#317731) --- .../Docker.DockerDesktop.installer.yaml | 27 +++++++++++++++++++ .../Docker.DockerDesktop.locale.en-US.yaml | 27 +++++++++++++++++++ .../Docker.DockerDesktop.locale.zh-CN.yaml | 26 ++++++++++++++++++ .../4.53.0/Docker.DockerDesktop.yaml | 8 ++++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.installer.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.en-US.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.zh-CN.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.yaml diff --git a/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.installer.yaml new file mode 100644 index 000000000000..2436023a1fb7 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.53.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install +ReleaseDate: 2025-11-26 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/211793/Docker%20Desktop%20Installer.exe + InstallerSha256: 92F624F48CA24A6B9CA188AEB9C702D25A396C40E881F3EAB4B025842CA385E5 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/211793/Docker%20Desktop%20Installer.exe + InstallerSha256: 08EECEDC28937A2260C64AAA46800BDE49B5B34279D23D6D14DB85CF3D125D5C +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..50b208f57147 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.53.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2024 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. +Description: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- develop +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.zh-CN.yaml b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..244ac3cc1ae7 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.53.0 +PackageLocale: zh-CN +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: 专有软件 +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: 版权所有 © 2015-2024 Docker Inc. 保留所有权利。 +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。 +Description: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。访问 Docker Desktop 并按照指导入门,几分钟内就能构建你的第一个容器化应用程序。 +Tags: +- 容器 +- 容器化 +- 开发 +- 虚拟化 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.yaml new file mode 100644 index 000000000000..fe323f5b579d --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.53.0/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.53.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From b44473dbd75b41dd0e5219d712349871c0d70e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:12:28 +0800 Subject: [PATCH 103/152] Modify: OliverSchwendener.ueli version 8.23.1 (Auto) (#318350) --- .../ueli/8.23.1/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.23.1/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.23.1/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.installer.yaml index 8ca495142191..f014f004d92a 100644 --- a/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.23.1 @@ -7,7 +7,7 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.23.1/ueli-Setup-8.23.1.exe InstallerSha256: 1A3B899B4ABA18F5D47A5798FBAD7119314685EA2038019A9E115561974B719E ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.locale.en-US.yaml index 848d30208794..168ad01beb3b 100644 --- a/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.23.1 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.23.1 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.yaml index 87f9d033bf29..4bf6d731ad1d 100644 --- a/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.23.1/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.23.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 486e96f7283f75949185b167c42467a6382b4f47 Mon Sep 17 00:00:00 2001 From: "github@warp.dev" <108495044+warpmachineuser@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:12:59 -0500 Subject: [PATCH 104/152] New version: Warp.Warp version v0.2025.11.19.08.12.stable_06 (#317938) --- .../Warp.Warp.installer.yaml | 48 +++++++++++++++++++ .../Warp.Warp.locale.en-US.yaml | 35 ++++++++++++++ .../Warp.Warp.locale.zh-CN.yaml | 24 ++++++++++ .../Warp.Warp.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.installer.yaml create mode 100644 manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.en-US.yaml create mode 100644 manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.zh-CN.yaml create mode 100644 manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.yaml diff --git a/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.installer.yaml b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.installer.yaml new file mode 100644 index 000000000000..be0a3af89db0 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.11.19.08.12.stable_06 +InstallerType: inno +Protocols: +- warp +ProductCode: warp-terminal-stable_is1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.11.19.08.12.stable_06&arch=x86_64 + InstallerSha256: FBB3091833DD56E0A1D5A7261565CF397B9B3B3B839F4678A3204DA817534811 + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.11.19.08.12.stable_06&arch=x86_64 + InstallerSha256: FBB3091833DD56E0A1D5A7261565CF397B9B3B3B839F4678A3204DA817534811 + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.11.19.08.12.stable_06&arch=arm64 + InstallerSha256: 334397BFBACCDE9A399BDA5F74A0673FA47864B51B854771CD355277F65B8CE4 + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.11.19.08.12.stable_06&arch=arm64 + InstallerSha256: 334397BFBACCDE9A399BDA5F74A0673FA47864B51B854771CD355277F65B8CE4 + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.en-US.yaml b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.en-US.yaml new file mode 100644 index 000000000000..4355d31b109b --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.11.19.08.12.stable_06 +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.10.0 diff --git a/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.zh-CN.yaml b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.zh-CN.yaml new file mode 100644 index 000000000000..b3b5b3d566b9 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.11.19.08.12.stable_06 +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.10.0 diff --git a/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.yaml b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.yaml new file mode 100644 index 000000000000..bdccd7aee3f9 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.11.19.08.12.stable_06/Warp.Warp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.11.19.08.12.stable_06 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 3302fa5536721a686a3f86613d46ce6054eb49aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:13:27 +0800 Subject: [PATCH 105/152] Modify: OliverSchwendener.ueli version 8.26.0 (Auto) (#318355) --- .../ueli/8.26.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.26.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.26.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.installer.yaml index d0ad848ce7ad..0d8b5e46921b 100644 --- a/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.installer.yaml @@ -1,12 +1,12 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.26.0 Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.26.0/ueli-Setup-8.26.0.exe InstallerSha256: 6B32027594AA0B6D568CD390B3488AA19B6E5FD4CEAA50B248900795829323FB ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.locale.en-US.yaml index a1247daa5da3..da54f350ef6c 100644 --- a/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.26.0 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.26.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.yaml index 365462b56c89..3614120e1b04 100644 --- a/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.26.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 67d20e4dd6e8c5825f87401be411dbb58f5e82a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:13:58 +0800 Subject: [PATCH 106/152] Modify: OliverSchwendener.ueli version 8.23.2 (Auto) (#318351) --- .../ueli/8.23.2/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.23.2/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.23.2/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.installer.yaml index 3eaadc08cbd0..1fd8fc57c44b 100644 --- a/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.23.2 @@ -7,7 +7,7 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.23.2/ueli-Setup-8.23.2.exe InstallerSha256: CDBF285F32A0FF0C60B7ABD05DEFE9B2AEB3427AAB6551642BEDE8CEF45A918D ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.locale.en-US.yaml index bf780ae97dd6..f361e600a026 100644 --- a/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.23.2 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.23.2 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.yaml index 51365ef2f357..68864c605e69 100644 --- a/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.23.2/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.23.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 1b361dbb23576278b278f92109edc8c5bc72bc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:14:31 +0800 Subject: [PATCH 107/152] Modify: OliverSchwendener.ueli version 8.22.1 (Auto) (#318348) --- .../ueli/8.22.1/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.22.1/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.22.1/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.installer.yaml index 2c3e062919fc..217eb7c48a9e 100644 --- a/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.22.1 @@ -7,7 +7,7 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.22.1/ueli-Setup-8.22.1.exe InstallerSha256: 6A2ED0A394BF8FF2B3D6BBFB0D747181504B1074E69AB65DBFBC93992DDD70C3 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.locale.en-US.yaml index 5ee22839562e..042b6cada185 100644 --- a/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.22.1 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.22.1 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.yaml index 0f9e3868f45b..e43e88980354 100644 --- a/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.22.1/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.22.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 6fca654d307b618342780f5d36026f69935a2a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:15:05 +0800 Subject: [PATCH 108/152] Modify: OliverSchwendener.ueli version 8.27.0 (Auto) (#318356) --- .../ueli/8.27.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.27.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.27.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.installer.yaml index d5635f186239..8e7919a3f42b 100644 --- a/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.installer.yaml @@ -1,12 +1,12 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.27.0 Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.27.0/ueli-Setup-8.27.0.exe InstallerSha256: 9CBDB8CA0D26F76F15D1B5B09752E2FB9632C63D0750DAD04E3A0AC28B81C57C ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.locale.en-US.yaml index 562555f2ebca..e8acd8af6a98 100644 --- a/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.27.0 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.27.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.yaml index c66af43ce94d..762c34d35b34 100644 --- a/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.27.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 3a0afa7a3f13b21d841a52492f0e7083486f9935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:15:38 +0800 Subject: [PATCH 109/152] Modify: OliverSchwendener.ueli version 8.28.0 (Auto) (#318357) --- .../ueli/8.28.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.28.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.28.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.installer.yaml index d06d51262052..20d170463490 100644 --- a/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.installer.yaml @@ -1,12 +1,12 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.28.0 Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.28.0/ueli-Setup-8.28.0.exe InstallerSha256: 2D0A5F957FF64A71B3658A83C3A3B1295969924E864E51EC91262D539BCB2585 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.locale.en-US.yaml index 20b093a4a752..2dde6e3292d2 100644 --- a/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.28.0 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.28.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.yaml index 05a2b2decf88..d3758a278180 100644 --- a/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.28.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 91bef54ac24a2653ec7e944667a21d437369691e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:16:08 +0800 Subject: [PATCH 110/152] Modify: OliverSchwendener.ueli version 9.24.0 (Auto) (#318363) --- .../ueli/9.24.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/9.24.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/9.24.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.installer.yaml index 2a2e219aa585..fd26773eef8f 100644 --- a/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.24.0 @@ -7,7 +7,7 @@ InstallerLocale: en-US Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.24.0/Ueli-Setup-9.24.0.exe InstallerSha256: 9235BD66412630019C1137F59058A3C3D056E8D1CC156715D4F5F47F32BDF6CF ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.locale.en-US.yaml index 094f73480ebc..be33e26f9b4e 100644 --- a/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.24.0 @@ -35,4 +35,4 @@ ReleaseNotes: |- - Fixed a bug that caused translations not to fall back to en-US when translation is not available in user language ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.24.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.yaml index cea2b81c3b2d..652efc471ef1 100644 --- a/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.24.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From b42224bd6f3cbc277ff8d5005bf24fc9c21f8139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:16:28 +0800 Subject: [PATCH 111/152] Modify: OliverSchwendener.ueli version 9.20.0 (Auto) (#318360) --- .../ueli/9.20.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/9.20.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/9.20.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.installer.yaml index d724eee678e2..730fbf8ea0d8 100644 --- a/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.20.0 @@ -7,7 +7,7 @@ InstallerLocale: en-US Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.20.0/Ueli-Setup-9.20.0.exe InstallerSha256: 80E31AEE3905C69A3E596F89FE3A2FCF34F6CC8327213D9C6392C80E1F9AC494 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.locale.en-US.yaml index 54b9a0a89cc1..97940cb9856d 100644 --- a/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.20.0 @@ -29,4 +29,4 @@ ReleaseNotes: |- - Updated 3rd party dependencies ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.20.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.yaml index c8a5e0039d21..5986265dd717 100644 --- a/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.20.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.20.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From ea03e26811b8001e32bd73c4d96ae213f0b96ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:16:55 +0800 Subject: [PATCH 112/152] Modify: OliverSchwendener.ueli version 9.25.1 (Auto) (#318364) --- .../ueli/9.25.1/OliverSchwendener.ueli.installer.yaml | 6 +++--- .../ueli/9.25.1/OliverSchwendener.ueli.locale.en-US.yaml | 2 +- .../ueli/9.25.1/OliverSchwendener.ueli.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.installer.yaml index 59a28cfa81a3..9d7f6a795508 100644 --- a/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.installer.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.12.1 +# Modified with Sundry-old. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli @@ -7,7 +7,7 @@ InstallerLocale: en-US Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -18,7 +18,7 @@ AppsAndFeaturesEntries: - DisplayName: Ueli 9.25.1 ProductCode: cfbc84b5-4a27-5e8d-8800-3f9c64bdb18d Installers: -- Architecture: x86 +- Architecture: x64 InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.25.1/Ueli-Setup-9.25.1.exe InstallerSha256: FB670A2664FA09B6B03FA5C9926EE8D8274304C498937C149599DFA916BD661C ManifestType: installer diff --git a/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.locale.en-US.yaml index f548095d5107..2969939b459d 100644 --- a/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.12.1 +# Modified with Sundry-old. # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli diff --git a/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.yaml index 0fa403a16f26..ded33b588f89 100644 --- a/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.25.1/OliverSchwendener.ueli.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.12.1 +# Modified with Sundry-old. # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli From af2a00bc0888644c28cd7cba16dbb552a2b3c1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:17:25 +0800 Subject: [PATCH 113/152] Modify: OliverSchwendener.ueli version 9.23.0 (Auto) (#318362) --- .../ueli/9.23.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/9.23.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/9.23.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.installer.yaml index 540408e14ce2..44f8b5f794be 100644 --- a/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.23.0 @@ -7,7 +7,7 @@ InstallerLocale: en-US Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.23.0/Ueli-Setup-9.23.0.exe InstallerSha256: D4CB69912FB257AFB5922E06468F8F59C0F4E8BBA789308C96F2B72DFD030D30 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.locale.en-US.yaml index 2f4c1e2ec287..359e2a8e2986 100644 --- a/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.23.0 @@ -33,4 +33,4 @@ ReleaseNotes: |- - Fixed an issue that caused search history not to work in some scenarios ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.23.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.yaml index c56f756550ba..3c88ec4ed0bb 100644 --- a/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.23.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.23.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 387eb0e3fe090820347e35f5b1b7a776e7a478e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:17:49 +0800 Subject: [PATCH 114/152] Modify: OliverSchwendener.ueli version 8.24.0 (Auto) (#318352) --- .../ueli/8.24.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.24.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.24.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.installer.yaml index 61ba296aab21..e01d1261133c 100644 --- a/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.24.0 @@ -7,7 +7,7 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.24.0/ueli-Setup-8.24.0.exe InstallerSha256: 0645313EF93FCF0332DF0B025A9B1044E517320596DE5C13B9B51AA669F6EDF3 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.locale.en-US.yaml index 9512d1850c56..9446f77a41a9 100644 --- a/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.24.0 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.24.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.yaml index 732603aaace9..e4652164b536 100644 --- a/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.24.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 68a96a552ac52a240e42f14da0ee317bf2ba33d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:18:12 +0800 Subject: [PATCH 115/152] Modify: OliverSchwendener.ueli version 9.22.0 (Auto) (#318361) --- .../ueli/9.22.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/9.22.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/9.22.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.installer.yaml index 97b9ee9b24a9..07d61d32aa38 100644 --- a/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.22.0 @@ -7,7 +7,7 @@ InstallerLocale: en-US Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.22.0/Ueli-Setup-9.22.0.exe InstallerSha256: 802D0496BA8968AFFE7B6DD444D18CD459288EA6DBCFB63ACD141DE21AFDCCD8 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.locale.en-US.yaml index 3dba085b6ed7..381ffd99df26 100644 --- a/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.22.0 @@ -26,4 +26,4 @@ ReleaseNotes: |- - Added Korean translations (Thanks @lauichan) ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.22.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.yaml index a481e12f01b0..9e3220186382 100644 --- a/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.22.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From a4945e74f46fc127fdf311164fd7f0e6539e4452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:18:35 +0800 Subject: [PATCH 116/152] Modify: OliverSchwendener.ueli version 9.18.0 (Auto) (#318359) --- .../ueli/9.18.0/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/9.18.0/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/9.18.0/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.installer.yaml index 2d0acbc1a6dc..95e83a45bd4c 100644 --- a/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.18.0 @@ -7,7 +7,7 @@ InstallerLocale: en-US Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v9.18.0/Ueli-Setup-9.18.0.exe InstallerSha256: 6BCC163D3A750F0BCD9A27AA22D077C59AEF2B0F821F6B9DDF88118C5BE00B0B ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.locale.en-US.yaml index d04fef8c572f..c23b68e4458d 100644 --- a/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.18.0 @@ -32,4 +32,4 @@ ReleaseNotes: |- - Fixed bug that caused the "No search results found" message not to appear ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v9.18.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.yaml index 6acd06aa736a..393114957ee8 100644 --- a/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/9.18.0/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 9.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From b5f440389fbf3b65211371737b9f0938cb7005db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:19:12 +0800 Subject: [PATCH 117/152] Modify: OliverSchwendener.ueli version 8.24.1 (Auto) (#318353) --- .../ueli/8.24.1/OliverSchwendener.ueli.installer.yaml | 8 ++++---- .../ueli/8.24.1/OliverSchwendener.ueli.locale.en-US.yaml | 6 +++--- .../ueli/8.24.1/OliverSchwendener.ueli.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.installer.yaml b/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.installer.yaml index c7db8f80eedc..eccf147e8fda 100644 --- a/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.installer.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.installer.yaml @@ -1,12 +1,12 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.24.1 Platform: - Windows.Desktop InstallerType: nullsoft -Scope: machine +Scope: user InstallModes: - interactive - silent @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/oliverschwendener/ueli/releases/download/v8.24.1/ueli-Setup-8.24.1.exe InstallerSha256: 4BF2830B4A374E81E43BBAD1D4C5A01B8117A6D70C41F7AE0140220971DDF5DE ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.locale.en-US.yaml b/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.locale.en-US.yaml index 9048aa291b44..8815dfc99a24 100644 --- a/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.locale.en-US.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.24.1 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://github.com/oliverschwendener/ueli/releases/tag/v8.24.1 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.yaml b/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.yaml index 0f6671c337d5..eeeab112186a 100644 --- a/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.yaml +++ b/manifests/o/OliverSchwendener/ueli/8.24.1/OliverSchwendener.ueli.yaml @@ -1,8 +1,8 @@ -# 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 +# Modified with Sundry-old. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OliverSchwendener.ueli PackageVersion: 8.24.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 From 32e7a26f8fc0a6e8cf46f42b7abc97b21b5e5f05 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:35:35 +0800 Subject: [PATCH 118/152] Update: Mozilla.Firefox.DeveloperEdition.ia version 146.0 (146.0b9) (#318055) --- ...illa.Firefox.DeveloperEdition.ia.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/146.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/146.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml index a70bba7aa9dc..29c6b2ff71b0 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/146.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ia/146.0/Mozilla.Firefox.DeveloperEdition.ia.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ia/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 964713AD27167FE6854EAD2F7CAE67BECE81018381757F3632F605A44D30BAFD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/ia/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 8702D359549F9E6E7D3F333FF7959F359BB1BF33080AB7935CC767CCEA2CE454 ProductCode: Firefox Developer Edition 146.0 (x86 ia) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ia/Firefox%20Setup%20146.0b8.exe - InstallerSha256: AC2FD8AE096DFDF68136356D2233AE3C58D6D9E00264B41B99BE785154E2EBB2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/ia/Firefox%20Setup%20146.0b9.exe + InstallerSha256: B6D19A93AD8657C852F9D6E6E756BF0878E3B4486CF585BEC8181679CF9F0473 ProductCode: Firefox Developer Edition 146.0 (x64 ia) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ia/Firefox%20Setup%20146.0b8.exe - InstallerSha256: B3E4FB98B72B8FBD874E7E9C443705B60FFC8AD592FE463AD2A3F5CC57CAA6CB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/ia/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 2762800FEF9A7FA6E941A625CE48D84ED71C7CC2F17146399156249E471F982F ProductCode: Firefox Developer Edition 146.0 (arm64 ia) ManifestType: installer ManifestVersion: 1.10.0 From d1d56962849fc3e8a13f0eb7f4b799852cc39e50 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:02:41 +0800 Subject: [PATCH 119/152] Update: Mozilla.Firefox.DeveloperEdition.sq version 146.0 (146.0b9) (#318091) --- ...illa.Firefox.DeveloperEdition.sq.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/146.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/146.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml index bb7c765efb95..4785f37a9031 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/146.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sq/146.0/Mozilla.Firefox.DeveloperEdition.sq.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/sq/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 83C05EF4D801D848C95F0F7A218132425E9C8DB299E421D58A56EB254420D49A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/sq/Firefox%20Setup%20146.0b9.exe + InstallerSha256: E9399178E0BBC50007C0A04586F96C1DB23B98B31285BA647C22B27CA3B6A7A7 ProductCode: Firefox Developer Edition 146.0 (x86 sq) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/sq/Firefox%20Setup%20146.0b8.exe - InstallerSha256: FCDDC9D261240DACD79B92A4E366A9FDA133EF9DA623EC35F6853E9BB280F954 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/sq/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 275E27662D9E451615298843918ED08ED22621DFE6A9A4F7E084F2610E04488E ProductCode: Firefox Developer Edition 146.0 (x64 sq) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/sq/Firefox%20Setup%20146.0b8.exe - InstallerSha256: D6B15E9769FB1C7B571608BCD190ACF0895D0BADE451C622EDB974E068909643 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/sq/Firefox%20Setup%20146.0b9.exe + InstallerSha256: CF9E7ADB5ACA4989D39CB8676BD3D5F21CE4C09D60C79AA0666E3EC6429E1320 ProductCode: Firefox Developer Edition 146.0 (arm64 sq) ManifestType: installer ManifestVersion: 1.10.0 From 397c2b419c5f1aa27d0b5f61bc1224338e63c50e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:04:38 +0800 Subject: [PATCH 120/152] Update: Mozilla.Firefox.DeveloperEdition.it version 146.0 (146.0b9) (#318058) --- ...illa.Firefox.DeveloperEdition.it.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml index 409d4285ed15..173aedc7a964 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/it/Firefox%20Setup%20146.0b8.exe - InstallerSha256: CDD51A59EAE537F97FC57D280C5E606A67F30AD627AF6F08DCD2FC1DD15A1C9D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/it/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 123F4C0CB78C1BE2FD2B7677F659F9FA315A84A8DBA3B675E980B8DCC250574E ProductCode: Firefox Developer Edition 146.0 (x86 it) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/it/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 604B5EFBBB2E631E9E8F507F13B57942A7041BF9528FE59635556042EAA9AC19 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/it/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 1CA3751655B3A84FE1938E105632E3A2EB84CA1ED61BE804222813C9208667B8 ProductCode: Firefox Developer Edition 146.0 (x64 it) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/it/Firefox%20Setup%20146.0b8.exe - InstallerSha256: B27F3A2DF989DCE2C98BD33D703C3337053C3F6AD4657BD9C3CA8867B9147782 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/it/Firefox%20Setup%20146.0b9.exe + InstallerSha256: D4A2B26A6A1D494116A7012DF1571CCAF503626D6249029287CC16DD90853206 ProductCode: Firefox Developer Edition 146.0 (arm64 it) ManifestType: installer ManifestVersion: 1.10.0 From de04ded9dadfce664e9f95a7dbd1470978585e25 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:05:10 +0800 Subject: [PATCH 121/152] Update: Mozilla.Firefox.DeveloperEdition.xh version 146.0 (146.0b9) (#318107) --- ...illa.Firefox.DeveloperEdition.xh.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml index 36da4b051933..2f3b23aa62f4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/xh/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 0E46125719F022DA5C1F55B83DF6EFFE996A4B9E53A4CE712D572FBEE1DAC815 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/xh/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 01CB03B1693AE9F0A2B562A2BB3612B65695084C9A3DF4C4B5A7582164D162B8 ProductCode: Firefox Developer Edition 146.0 (x86 xh) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/xh/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 832CB30EF2DE6F101B6021DB22A2FAE6E29CEC6198F7DFFC0085E50EE75BDE22 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/xh/Firefox%20Setup%20146.0b9.exe + InstallerSha256: CCA1388F7B89317B13C7ADA0E54A8EB87D23A9B3B976C5D1E7F97B15BBB6D7DC ProductCode: Firefox Developer Edition 146.0 (x64 xh) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/xh/Firefox%20Setup%20146.0b8.exe - InstallerSha256: F1C4DC50D42AE478D8C8E9951F3B0BFECBAA945D1F27C21370B2B3DB6B797851 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/xh/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 9A7E54A3A2C552178A12C72EAA85C450E70A18914F6618566B92872DF3016B85 ProductCode: Firefox Developer Edition 146.0 (arm64 xh) ManifestType: installer ManifestVersion: 1.10.0 From 3edd85ad36f5a4b665b0d9427cf2388944551302 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:05:45 +0800 Subject: [PATCH 122/152] Update: Mozilla.Firefox.DeveloperEdition.zh-TW version 146.0 (146.0b9) (#318109) --- ...a.Firefox.DeveloperEdition.zh-TW.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml index 66295e2398e3..b2ffc5436a60 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/zh-TW/Firefox%20Setup%20146.0b8.exe - InstallerSha256: BD378A8C6E4EBCB5BA309A616726A1EDD615E5A7C5B659F5650AAA3E65C30EA3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/zh-TW/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 68CAB77A2D2038F17D32A5B2EB7167029D8E09621E78CF1747EA387DBBC871EB ProductCode: Firefox Developer Edition 146.0 (x86 zh-TW) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/zh-TW/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 106C906A3C204DA49D88056A0473914FD96A8FAF1C6414C0BC3AB0809BF1595E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/zh-TW/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 0B70DE6E9F99A312F9C98E465BF456294DBA4129AD1ABC297EA29EF5509E9472 ProductCode: Firefox Developer Edition 146.0 (x64 zh-TW) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/zh-TW/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 7B17840ECACEDB8CB54909A03B62557FD81849B80C0736717130C56EF6A040D3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/zh-TW/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 73BE83F6AAE0395A22246423588956E1B9B15C6D81985E1B47D4E042B60C9A3E ProductCode: Firefox Developer Edition 146.0 (arm64 zh-TW) ManifestType: installer ManifestVersion: 1.10.0 From 794e70e35bd6e67504e140bc492a32e1ecc91363 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:06:22 +0800 Subject: [PATCH 123/152] Update: Mozilla.Firefox.DeveloperEdition.kn version 146.0 (146.0b9) (#318064) --- ...illa.Firefox.DeveloperEdition.kn.installer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/146.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/146.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml index 050f5e6224b5..38878691d599 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/146.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/146.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-26 +ReleaseDate: 2025-11-28 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/kn/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 3BE49B83A7BAB2A41EA6097F7C31E3DA1CBCAE99DF8039DE7FDAAD666EEEB6C0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win32/kn/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 630D3A9E3CF619DE90C193364C88C206AE3209C508BCE1FC29EB227A0199265C ProductCode: Firefox Developer Edition 146.0 (x86 kn) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/kn/Firefox%20Setup%20146.0b8.exe - InstallerSha256: 2DC7EE197439824830A56AA6A8681945F8D086A9CF31C8450197809825670F8E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64/kn/Firefox%20Setup%20146.0b9.exe + InstallerSha256: DCCB933C182237A871E33773C514754EDDE974A5958150EEB5B327748BAC0655 ProductCode: Firefox Developer Edition 146.0 (x64 kn) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/kn/Firefox%20Setup%20146.0b8.exe - InstallerSha256: ACA5C1987B0994158A24BE78B7214769DE53C86F4663E122B5DFCB180CF8FCBA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b9/win64-aarch64/kn/Firefox%20Setup%20146.0b9.exe + InstallerSha256: 38FC39C696C828BC3D94D157D0ADFDBAFBBCBE269FCEAB399E4827D35F6F138E ProductCode: Firefox Developer Edition 146.0 (arm64 kn) ManifestType: installer ManifestVersion: 1.10.0 From 27c6812a14937935fdbf8490ef12736b2034f7bd Mon Sep 17 00:00:00 2001 From: UnownBot Date: Sat, 29 Nov 2025 21:10:26 -0500 Subject: [PATCH 124/152] New version: BiomeJS.Biome version 2.3.8 (#317556) --- .../Biome/2.3.8/BiomeJS.Biome.installer.yaml | 25 +++ .../2.3.8/BiomeJS.Biome.locale.en-US.yaml | 162 ++++++++++++++++++ .../b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.yaml | 8 + 3 files changed, 195 insertions(+) create mode 100644 manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.installer.yaml create mode 100644 manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.locale.en-US.yaml create mode 100644 manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.yaml diff --git a/manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.installer.yaml b/manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.installer.yaml new file mode 100644 index 000000000000..770ba83a03c5 --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.3.8 +InstallerType: portable +UpgradeBehavior: install +Commands: +- biome +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.3.8/biome-win32-x64.exe + InstallerSha256: E1F3AFC0C5EE0DE0C642C198DFA4D380D7C1A0003E370FBE7ED6A083E3985552 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/biomejs/biome/releases/download/@biomejs/biome@2.3.8/biome-win32-arm64.exe + InstallerSha256: D7E1B57393FE72AB390C91950119C129F82C86FF083FD43BC3E86FC674B7B5AE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.locale.en-US.yaml b/manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.locale.en-US.yaml new file mode 100644 index 000000000000..4ac4983c0765 --- /dev/null +++ b/manifests/b/BiomeJS/Biome/2.3.8/BiomeJS.Biome.locale.en-US.yaml @@ -0,0 +1,162 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BiomeJS.Biome +PackageVersion: 2.3.8 +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.3.8 + Patch Changes + - #8188 4ca088c Thanks @ematipico! - Fixed #7390, where Biome couldn't apply the correct configuration passed via --config-path. + If you have multiple root configuration files, running any command with --config-path will now apply the chosen configuration file. + - #8171 79adaea Thanks @dibashthapa! - Added the new rule noLeakedRender. This rule helps prevent potential leaks when rendering components that use binary expressions or ternaries. + For example, the following code triggers the rule because the component would render 0: + const Component = () => { + const count = 0; + return
{count && Count: {count}}
; + }; + - #8116 b537918 Thanks @Netail! - Added the nursery rule noDuplicatedSpreadProps. Disallow JSX prop spreading the same identifier multiple times. + Invalid: +
+ - #8256 f1e4696 Thanks @cormacrelf! - Fixed a bug where logs were discarded (the kind from --log-level=info etc.). This is a regression introduced after an internal refactor that wasn't adequately tested. + - #8226 3f19b52 Thanks @dyc3! - Fixed #8222: The HTML parser, with Vue directives enabled, can now parse v-slot shorthand syntax, e.g.