diff --git a/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml b/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml index a28a4d1474952..3ecbe9fc634fe 100644 --- a/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml +++ b/manifests/a/Alibaba/Lingma/1.100.0/Alibaba.Lingma.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{33B7C9E1-F1A4-4505-8E86-6A45DEE8AC9A}_is1' -ReleaseDate: 2025-12-12 +ReleaseDate: 2025-12-25 Installers: - Architecture: x64 - InstallerUrl: https://lingma-ide.oss-rg-china-mainland.aliyuncs.com/release/0.2.5/LingmaUserSetup-x64.exe - InstallerSha256: FB45304AE64C98F46514EBD6145C3A1688AF3F769BECB892588620D10B5DCF19 + InstallerUrl: https://lingma-ide.oss-rg-china-mainland.aliyuncs.com/release/0.2.6/LingmaUserSetup-x64.exe + InstallerSha256: D6275F14801AE728BAEFB1592A348146961972C9CEEBFEB82CE7F3DC567B0715 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.installer.yaml new file mode 100644 index 0000000000000..fedd4640a35d2 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.6/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.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2025-12-23 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.6/ty-i686-pc-windows-msvc.zip + InstallerSha256: 9B153CFE14EB7E7C6AFE47C94B3D1B0B370BB05A7D82850295F2C7C56BC548E6 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.6/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: F43A44FE168B94210C898BFCFC5E4633C3BE655FEB4257C89AB416CBE5732EB8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.6/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: D71F02BCB5DFD83E6D33776527DC692B25E17B8E05A7FAB4BAB583E150B9EEA8 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 0000000000000..90fe79e070ad3 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.6 +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-12-23. + Bug fixes + - FIx panic from unexpanded type aliases in implicit tuple aliases (#22015) + - Support type[T] where T is a type alias to a union of types (#22115) + - Support == narrowing for tuples in unions with disjoint types (#22129) + - Respect debug text interpolation in f-strings (#22151) + - Fix panic from unstable union-type ordering in fixed-point iteration (#22070) + LSP server + - Add ty.configuration and ty.configurationFile options (#22053) + - Add diagnosticMode: off to disable diagnostics while retaining Go To Definition, etc. (#22073) + - Set flag to avoid type[T@f] being inserted when you double-click on the inlay (#22139) + - Use Markdown for completions documentation if the LSP client supports it (#21752) + CLI + - Abort printing diagnostics when pressing Ctrl+C (#22083) + Configuration + - Add respect-type-ignore-comments configuration option (#22137) + - Support custom builtins via __builtins__.pyi (#22021) + Other changes + - Bind self with instance in __get__ (#22155) + - Support type inference between protocol instances (#22120) + - Synthesize a precise _fields attribute for NamedTuples (#22163) + - Synthesize a precise _replace method for NamedTuples (#22153) + - Narrow "tagged unions" of TypedDicts (#22104) + Contributors + - @mtshiba + - @charliermarsh + - @Wizzerinus + - @oconnor663 + - @MichaReiser + - @ibraheemdev + - @MatthewMckee4 + Install ty 0.0.6 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.6/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.6/ty-installer.ps1 | iex" + Download ty 0.0.6 + ─────────────────────────────────────────────┬────────────────────────────┬───────────── + 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.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.6/astral-sh.ty.yaml new file mode 100644 index 0000000000000..d8b9acf444a2f --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.6/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.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Clement/bottom/0.11.2/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.11.2/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..bcbb346dfeb11 --- /dev/null +++ b/manifests/c/Clement/bottom/0.11.2/Clement.bottom.installer.yaml @@ -0,0 +1,26 @@ +# 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: Clement.bottom +PackageVersion: 0.11.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{1565D5B5-3B07-4C57-8DA9-FC2825BA1743}' +ReleaseDate: 2025-10-07 +AppsAndFeaturesEntries: +- ProductCode: '{1565D5B5-3B07-4C57-8DA9-FC2825BA1743}' + UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\bottom' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.11.2/bottom_x86_64_installer.msi + InstallerSha256: CD635DA707154721D75653EA530F4DC43BF9B318219B72D3A7BA0FCA28A5F23A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.11.2/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.11.2/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..f1b3f90edf4c8 --- /dev/null +++ b/manifests/c/Clement/bottom/0.11.2/Clement.bottom.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: Clement.bottom +PackageVersion: 0.11.2 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Small update to push a few small features + bug fixes. + Features + - #1793: Add support for threads in Linux. + - #1719: Support ignoring all keypresses. + - #1772: Support hiding kernel threads (thanks @jamartin9!) + Bug Fixes + - #1800: Fix colon at end of process name in Linux. + - #1804: Draw average CPU last again. + - #1811: Fix drawing average CPU in basic mode when dedicated row is enabled (thanks @jamartin9!) + - #1817: Fix builds for FreeBSD on ARM/PowerPC due to libc::c_char data type being different (thanks @pkubaj for fixing this!). + - #1821: Use alpha version of ratatui version which fixes drawing at high resolutions. + - #1827: Fix crash for Windows where the network widget could cause a crash if the program started too quickly after boot under certain settings. + Other + - #1780: Add gah installation instructions (thanks to @marverix) + - #1801: Build and check Windows ARM. + - #1816: Optimize username cloning on Unix. +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.11.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.11.2/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.11.2/Clement.bottom.yaml new file mode 100644 index 0000000000000..94bcf3ff6a8a1 --- /dev/null +++ b/manifests/c/Clement/bottom/0.11.2/Clement.bottom.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: Clement.bottom +PackageVersion: 0.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.11.3/Clement.bottom.installer.yaml b/manifests/c/Clement/bottom/0.11.3/Clement.bottom.installer.yaml new file mode 100644 index 0000000000000..5573d7f81c9b3 --- /dev/null +++ b/manifests/c/Clement/bottom/0.11.3/Clement.bottom.installer.yaml @@ -0,0 +1,26 @@ +# 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: Clement.bottom +PackageVersion: 0.11.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{10234A96-802E-4B46-AEC7-475FB89B015B}' +ReleaseDate: 2025-11-06 +AppsAndFeaturesEntries: +- ProductCode: '{10234A96-802E-4B46-AEC7-475FB89B015B}' + UpgradeCode: '{3C90C27D-8372-4C82-B03C-020393CB983D}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\bottom' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClementTsang/bottom/releases/download/0.11.3/bottom_x86_64_installer.msi + InstallerSha256: 43BEC62F5BBA2FECDDA1B318E2658537259CA1DDD8AF34BA1B7D67EF0ACA9322 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.11.3/Clement.bottom.locale.en-US.yaml b/manifests/c/Clement/bottom/0.11.3/Clement.bottom.locale.en-US.yaml new file mode 100644 index 0000000000000..c6231fe243a73 --- /dev/null +++ b/manifests/c/Clement/bottom/0.11.3/Clement.bottom.locale.en-US.yaml @@ -0,0 +1,36 @@ +# 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: Clement.bottom +PackageVersion: 0.11.3 +PackageLocale: en-US +Publisher: Clement Tsang +PublisherUrl: https://github.com/ClementTsang/bottom +PublisherSupportUrl: https://github.com/ClementTsang/bottom/issues +Author: Clement Tsang +PackageName: bottom +PackageUrl: https://github.com/ClementTsang/bottom +License: MIT +LicenseUrl: https://github.com/ClementTsang/bottom/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Clement Tsang +CopyrightUrl: https://raw.githubusercontent.com/ClementTsang/bottom/master/LICENSE +ShortDescription: Yet another cross-platform graphical process/system monitor. +Moniker: bottom +Tags: +- monitoring +- terminal +- tui +ReleaseNotes: |- + Small release mainly to get out a few bug fixes. + Features + - #1812: Add free_arc option to subtract ARC from total memory usage (thanks @jamartin9!). + Bug Fixes + - #1833: Sort disk I/O using actual value rather than string representation (thanks @Frederick888!). + - #1812: Fix ARC collection on FreeBSD (thanks @jamartin9 for fixing this as well). + - #1846: Fix displayed average CPU value being wrong in graphs. + Other + - #1838: Add icon for application (shoutout to @Tommimon for making this!). + Full Changelog: 0.11.2...0.11.3 +ReleaseNotesUrl: https://github.com/ClementTsang/bottom/releases/tag/0.11.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Clement/bottom/0.11.3/Clement.bottom.yaml b/manifests/c/Clement/bottom/0.11.3/Clement.bottom.yaml new file mode 100644 index 0000000000000..a5949082745bb --- /dev/null +++ b/manifests/c/Clement/bottom/0.11.3/Clement.bottom.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: Clement.bottom +PackageVersion: 0.11.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.installer.yaml b/manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.installer.yaml similarity index 56% rename from manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.installer.yaml rename to manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.installer.yaml index f0e697767e2a9..a9af0f8d94c18 100644 --- a/manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.installer.yaml +++ b/manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.installer.yaml @@ -1,21 +1,21 @@ -# Created with WinGet Releaser using komac v2.12.1 +# 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: eat-pray-ai.yutu -PackageVersion: 0.10.1 +PackageVersion: 0.10.4 InstallerType: portable InstallModes: - silentWithProgress UpgradeBehavior: install Commands: - yutu -ReleaseDate: 2025-08-11 +ReleaseDate: 2025-12-25 Installers: - Architecture: x64 - InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.10.1/yutu-windows-amd64.exe - InstallerSha256: 27E71438D87128B4754315BF39C511DA9AE2E40A0ED849EF79F646A19A10CD50 + InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.10.4/yutu-windows-amd64.exe + InstallerSha256: 06443D7B281758C41CFD0E85938D7DE0A43B58BC26F9838EC6ECA4C81D2301CF - Architecture: arm64 - InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.10.1/yutu-windows-arm64.exe - InstallerSha256: AE38842F66B57B0ED76F42FDE7366E79B053AAB7D99B76703EFFFED6381205E5 + InstallerUrl: https://github.com/eat-pray-ai/yutu/releases/download/v0.10.4/yutu-windows-arm64.exe + InstallerSha256: DC9F43436C42823F6FB73A8B8B5CD7A7B707EF032523C09BC8076D1E142DB6C5 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.locale.en-US.yaml b/manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.locale.en-US.yaml similarity index 51% rename from manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.locale.en-US.yaml rename to manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.locale.en-US.yaml index a775cf5a48b2e..609d23297963b 100644 --- a/manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.locale.en-US.yaml +++ b/manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.12.1 +# 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: eat-pray-ai.yutu -PackageVersion: 0.10.1 +PackageVersion: 0.10.4 PackageLocale: en-US Publisher: eat-pray-ai PublisherUrl: https://github.com/eat-pray-ai @@ -20,28 +20,14 @@ Moniker: yutu Tags: - automation - cli -- youtube - mcp +- youtube ReleaseNotes: |- Changelog - Features - - 373afaa: ♿ Mcp bool input default to empty (@OpenWaygate) - - 3595289: 🚸 Update default output style in mcp (@OpenWaygate) - - c4df857: ✨ Move i18n languages to resources (@OpenWaygate) - - 9e84851: ✨ Move i18n region to resources (@OpenWaygate) - - 67e85e1: ♻️ Extract json mime (@OpenWaygate) - - 8f55663: ✨ Add hl mcp resources (@OpenWaygate) - - 66da39a: ✨ Language and region as resource template (@OpenWaygate) Bug Fixes and Tests - - 1d28ab2: 🐛 Skil nil when reset bool (@OpenWaygate) - Documentation - - 827242c: 📝 Add toc and update description (@OpenWaygate) - - a304c52: 📝 Improve readme and features (@OpenWaygate) - - 16f8f0e: 📝 Add gif about mcp (@OpenWaygate) + - 952b850: 🐛 Align required flags between mcp and cli (@OpenWaygate) Others - - 96fef40: 📄 Use apache license v2.0 (@OpenWaygate) - - ebf0775: ⚰️ Remove dead mcp tools (@OpenWaygate) -ReleaseNotesUrl: https://github.com/eat-pray-ai/yutu/releases/tag/v0.10.1 + - 09208da: 🔧 Update mcp registry config (@OpenWaygate) +ReleaseNotesUrl: https://github.com/eat-pray-ai/yutu/releases/tag/v0.10.4 ManifestType: defaultLocale ManifestVersion: 1.10.0 - diff --git a/manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.yaml b/manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.yaml similarity index 70% rename from manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.yaml rename to manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.yaml index 486cb5a465a88..9825b411c7c05 100644 --- a/manifests/e/eat-pray-ai/yutu/0.10.1/eat-pray-ai.yutu.yaml +++ b/manifests/e/eat-pray-ai/yutu/0.10.4/eat-pray-ai.yutu.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.12.1 +# 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: eat-pray-ai.yutu -PackageVersion: 0.10.1 +PackageVersion: 0.10.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.installer.yaml b/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.installer.yaml new file mode 100644 index 0000000000000..d4ac37c5d6794 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.31.32 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fluxzy.exe + PortableCommandAlias: fluxzy +- RelativeFilePath: fluxzynetcap.exe + PortableCommandAlias: fluxzynetcap +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.31.32.55597/fluxzy-cli-1.31.32.55597-win-x64.zip + InstallerSha256: 2AA9FAFB70A4A1AE7678EA0A1F00FE5C5F55DD04F294D7DC76DA3D156CF536B3 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-25 diff --git a/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.locale.en-US.yaml b/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.locale.en-US.yaml new file mode 100644 index 0000000000000..6955a7cd9b7a4 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.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: Fluxzy.Fluxzy +PackageVersion: 1.31.32 +PackageLocale: en-US +Publisher: Fluxzy SAS +PublisherUrl: https://github.com/haga-rak +PublisherSupportUrl: https://github.com/haga-rak/fluxzy.core/issues +PackageName: Fluxzy +PackageUrl: https://github.com/haga-rak/fluxzy.core +License: GPLv3 +ShortDescription: MITM HTTP debugging proxy for intercepting and altering HTTP/1.1, H2, and WebSocket traffic +Tags: +- csharp +- dotnet +- http +- http-archive +- http2 +- https +- impersonate +- mitm +- mitmproxy +- pcap +- proxy +ReleaseNotesUrl: https://github.com/haga-rak/fluxzy.core/releases/tag/v1.31.32.55597 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.yaml b/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.yaml new file mode 100644 index 0000000000000..482e21983ea28 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.31.32/Fluxzy.Fluxzy.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: Fluxzy.Fluxzy +PackageVersion: 1.31.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d0e10fa379e0e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7572.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: 145.0.7572.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/acipnjxg4feih4yvyph57rwypgsa_145.0.7572.0/145.0.7572.0_chrome_installer_uncompressed.exe - InstallerSha256: 64B43705EC53D2D7A118277AA5A16C7C1503574E039BAF7E64B219491D9A961B -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/hhrcwwnhf77hpabeeftcffjfxu_145.0.7572.0/145.0.7572.0_chrome_installer_uncompressed.exe - InstallerSha256: D4B11CCF55CDC9FB419285BFC1774E937E466AB98395740D6E6B60807FF747FA -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adzpsupx5qfoshs2hnjijlczmw6a_145.0.7572.0/145.0.7572.0_chrome_installer_uncompressed.exe - InstallerSha256: 646CC9EC52F09518C5BAC782D29D6C0888C9140DAA11D2A713B7F57059726480 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 94466c3b9cf98..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7572.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: 145.0.7572.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/145.0.7572.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 99af87a41189e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7572.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: 145.0.7572.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/145.0.7572.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 98a93eb9f7c9a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7572.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: 145.0.7572.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/145.0.7573.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index d0132ef5d4f9b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7573.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: 145.0.7573.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/bdfsljrzugckqhytyy4y7hfohe_145.0.7573.0/145.0.7573.0_chrome_installer_uncompressed.exe - InstallerSha256: 6931614BC2E0CE1B9FD0D6DCD2BB38551BA39F43551218B42ED357779B8924EF -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ads7akvxl2drt4sfyi7nr47g5zda_145.0.7573.0/145.0.7573.0_chrome_installer_uncompressed.exe - InstallerSha256: CA2BDC3038CFB597F5435B4AFECFE86277C8EF77DE63703BC2EAEB18D562FBF1 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/l75jxwdnjs5kl45pw775qxnama_145.0.7573.0/145.0.7573.0_chrome_installer_uncompressed.exe - InstallerSha256: 99C5AC4CC5F3658CEA553C0DC7F0751213EBA61B718BBE793F500876D624F104 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 642d8e01b9ebc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7573.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: 145.0.7573.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/145.0.7573.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index bb59005398ef5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7573.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: 145.0.7573.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/145.0.7573.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 2dc9fc5d1befa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7573.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: 145.0.7573.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/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.installer.yaml b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.installer.yaml new file mode 100644 index 0000000000000..3258add7f30e0 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.11.0.6289 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: GameViewer +Installers: +- Architecture: x64 + InstallerUrl: https://a56.gdl.netease.com/UURemote_Setup_4.11.0.6289_1225233445_gwqd.exe + InstallerSha256: 98523AFB90F1A0E751997AC70236DDB8ED74FFCF10E731FBCF4CDA8A77FA52E6 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.locale.en-US.yaml b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.locale.en-US.yaml new file mode 100644 index 0000000000000..6312421f3027e --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.11.0.6289 +PackageLocale: en-US +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: NetEase (Hangzhou) Network Co., Ltd. +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: Proprietary +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: Copyright © 1997-2025 NetEase Inc. All rights reserved. +ShortDescription: An ultra-low latency remote tool designed for gaming +Tags: +- gaming +- remote +- remote-access +- remote-control +- remote-desktop +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.locale.zh-CN.yaml b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ddd7261f77667 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.11.0.6289 +PackageLocale: zh-CN +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: 网易(杭州)网络有限公司 +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: 专有软件 +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: 网易公司版权所有 ©1997-2025 +ShortDescription: 专为游戏打造的超低延迟远程工具 +Tags: +- 串流 +- 游戏 +- 远程 +- 远程控制 +- 远程桌面 +- 远程访问 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.yaml b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.yaml similarity index 74% rename from manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.yaml rename to manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.yaml index e356c93af082d..f97cce58e7ee3 100644 --- a/manifests/g/Google/Chrome/Canary/145.0.7572.0/Google.Chrome.Canary.yaml +++ b/manifests/n/NetEase/UURemote/4.11.0.6289/NetEase.UURemote.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: Google.Chrome.Canary -PackageVersion: 145.0.7572.0 +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.11.0.6289 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.installer.yaml b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.installer.yaml new file mode 100644 index 0000000000000..6b9751a2819c2 --- /dev/null +++ b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.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: Rakuten.Viber +PackageVersion: 26.8.4.0 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- viber +ProductCode: '{D99C983D-A3EC-44A3-840A-3C69D66EFDD5}' +AppsAndFeaturesEntries: +- ProductCode: '{D99C983D-A3EC-44A3-840A-3C69D66EFDD5}' + UpgradeCode: '{CC3C191E-4119-4AB3-917A-96EAC8774E60}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.cdn.viber.com/desktop/windows/26.8.4/ViberSetup.msi + InstallerSha256: 7C45878B81C17A48C0F4DB4ED3BE77D35642C407A4AEA856A84F4E0CC6479BBB +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.locale.en-US.yaml b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.locale.en-US.yaml new file mode 100644 index 0000000000000..41ff3f9a29244 --- /dev/null +++ b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.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: Rakuten.Viber +PackageVersion: 26.8.4.0 +PackageLocale: en-US +Publisher: 2010-2024 Viber Media S.a.r.l +PublisherUrl: https://www.rakuten.com/ +PublisherSupportUrl: https://help.viber.com/ +PrivacyUrl: https://www.viber.com/terms/viber-privacy-policy/ +Author: Viber Media S.à r.l. +PackageName: Viber +PackageUrl: https://www.viber.com/ +License: Proprietary +LicenseUrl: https://www.viber.com/terms/viber-terms-use/ +Copyright: © 2010-2025 Viber Media S.à r.l. +CopyrightUrl: https://www.viber.com/terms/viber-terms-use/ +ShortDescription: Free and secure calls and messages to anyone, anywhere +Description: With Rakuten Viber on your desktop, you can send and receive messages, enjoy group calls, create stickers, and more, as your devices seamlessly sync. +Moniker: viber +Tags: +- call +- chat +- friends +- im +- instant-messaging +- message +- send +- share +- talk +- voice +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.locale.zh-CN.yaml b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0af9a65074183 --- /dev/null +++ b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.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: Rakuten.Viber +PackageVersion: 26.8.4.0 +PackageLocale: zh-CN +Publisher: 2010-2024 Viber Media S.a.r.l +PublisherUrl: https://www.rakuten.com/ +PublisherSupportUrl: https://help.viber.com/ +PrivacyUrl: https://www.viber.com/terms/viber-privacy-policy/ +Author: Viber Media S.à r.l. +PackageName: Viber +PackageUrl: https://www.viber.com/ +License: 专有软件 +LicenseUrl: https://www.viber.com/terms/viber-terms-use/ +Copyright: © 2010-2025 Viber Media S.à r.l. +CopyrightUrl: https://www.viber.com/terms/viber-terms-use/ +ShortDescription: 随时随地与他人免费安全通话和发送信息 +Description: 通过桌面端的 Rakuten Viber,您可以发送和接收信息、享受群组通话、创建贴纸等,并在您的设备间无缝同步。 +Tags: +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 朋友 +- 消息 +- 电话 +- 聊天 +- 语音 +- 通话 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.yaml b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.yaml similarity index 74% rename from manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.yaml rename to manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.yaml index 5dd2675be98ee..0b6c79178bf48 100644 --- a/manifests/g/Google/Chrome/Canary/145.0.7573.0/Google.Chrome.Canary.yaml +++ b/manifests/r/Rakuten/Viber/26.8.4.0/Rakuten.Viber.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: Google.Chrome.Canary -PackageVersion: 145.0.7573.0 +PackageIdentifier: Rakuten.Viber +PackageVersion: 26.8.4.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.installer.yaml b/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.installer.yaml new file mode 100644 index 0000000000000..624df8a585530 --- /dev/null +++ b/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Stardesk.Stardesk +PackageVersion: 1.0.5 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/vantixxcode/Stardesk-Releases/releases/download/v1.0.5/StarDesk_Setup_1.0.5.6225_1222170245_webcoop.exe + InstallerSha256: CE6FE7D23A78EFD3407F3C633741BDAA3323B3D10D4778809E5B09DB53C37338 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-23 diff --git a/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.locale.en-US.yaml b/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.locale.en-US.yaml new file mode 100644 index 0000000000000..4c9da2baea4ae --- /dev/null +++ b/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Stardesk.Stardesk +PackageVersion: 1.0.5 +PackageLocale: en-US +Publisher: GEARUP PORTAL PTE. LTD. +PublisherUrl: https://www.stardesk.net +PublisherSupportUrl: https://www.stardesk.net +PrivacyUrl: https://www.stardesk.net/license/privacy-policy +Author: GEARUP PORTAL PTE. LTD. +PackageName: StarDesk +PackageUrl: https://www.stardesk.net +License: Freeware +LicenseUrl: https://www.stardesk.net/license/user-agreement +Copyright: Copyright (c) 2025 GEARUP PORTAL PTE. LTD. +CopyrightUrl: https://www.stardesk.net/license/user-agreement +ShortDescription: StarDesk remote app for seamless gaming and work. Secure, fast, and easy remote desktop control. +Description: StarDesk remote desktop is a premium remote-access, remote-streaming solution that delivers full-fidelity desktop control from just about any device. Whether you're an editor heavy with video files, a gamer, or a business user who needs really solid unattended access, Stardesk remote desktop delivers an experience such as sitting right there in front of the host machine. +Tags: + - remote-desktop + - remote-control + - game-streaming + - screen-sharing + - remote + - sharing + - parsec + - teamviewer + - anydesk + - support + - unlimited + - gaming remote + - best remote + +PurchaseUrl: https://www.stardesk.net +InstallationNotes: Please follow the on-screen instructions. +Documentations: + - DocumentLabel: Official Site + DocumentUrl: https://www.stardesk.net +ReleaseNotes: | + - Mouse moving optimize when playing games. + - File transfer speed enhance. + - Some bug fix. +ReleaseNotesUrl: https://github.com/vantixxcode/Stardesk-Releases/releases/tag/v1.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.yaml b/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.yaml new file mode 100644 index 0000000000000..8fb934dd48abc --- /dev/null +++ b/manifests/s/Stardesk/Stardesk/1.0.5/Stardesk.Stardesk.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: Stardesk.Stardesk +PackageVersion: 1.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.installer.yaml b/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.installer.yaml new file mode 100644 index 0000000000000..3b8f1d7930be3 --- /dev/null +++ b/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.installer.yaml @@ -0,0 +1,23 @@ +# 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: TriliumNext.Notes +PackageVersion: 0.101.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ReleaseDate: 2025-12-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TriliumNext/Trilium/releases/download/v0.101.0/TriliumNotes-v0.101.0-windows-x64.exe + InstallerSha256: 2B27DAC3CC06B44CCBABDB17DE863F9C4B60098545103A90FB55712B80B86B3E +- Architecture: arm64 + InstallerUrl: https://github.com/TriliumNext/Trilium/releases/download/v0.101.0/TriliumNotes-v0.101.0-windows-arm64.exe + InstallerSha256: A3354FEE82478963176B61CBDAC312A81F4E42F904C9C5FC6045D31CC170F208 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.locale.en-US.yaml b/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.locale.en-US.yaml new file mode 100644 index 0000000000000..13a17bae0fad5 --- /dev/null +++ b/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.locale.en-US.yaml @@ -0,0 +1,114 @@ +# 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: TriliumNext.Notes +PackageVersion: 0.101.0 +PackageLocale: en-US +Publisher: TriliumNext Notes Team +PublisherUrl: https://github.com/TriliumNext/Notes +PublisherSupportUrl: https://github.com/orgs/TriliumNext/discussions +Author: TriliumNext +PackageName: TriliumNext Notes +PackageUrl: https://github.com/TriliumNext/Notes +License: AGPL-3.0 +LicenseUrl: https://github.com/TriliumNext/Trilium/blob/HEAD/LICENSE +Copyright: Copyright © 2024 TriliumNext Notes Team +CopyrightUrl: https://github.com/TriliumNext/Notes +ShortDescription: Build your personal knowledge base with TriliumNext Notes +Description: TriliumNext Notes is an open-source, cross-platform hierarchical note taking application with focus on building large personal knowledge bases. +Moniker: trilium +Tags: +- documentation-tool +- electron +- knowledge-graph +- knowledgebase +- local-first +- markdown +- note-managment +- note-taking-app +- notebook +- notes +- personal-wiki +- scriptable +- self-hosted +- self-hosting +- wiki +- wysiwyg +ReleaseNotes: |- + v0.101.0 + Note + This release marks the 8-year anniversary of Trilium, celebrating its first public release on December 25th, 2017. + Important + If you enjoyed this release, consider showing a token of appreciation by: + - Pressing the “Star” button on GitHub (top-right). + - Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal. + 💡 Key highlights + - A new layout was introduced which heavily changes both existing UI elements, as well as adds some new ones (by @eliandoran and @adoriandoran, with special thanks for @rom1dep for the valuable suggestions). + - The goal of this new layout is to modernize the application and to make it more intuitive but at the same time to reduce clutter. + - See documentation of the changes and the new UI elements. + - Notes can be more easily navigated across the hierarchy using the breadcrumbs displayed underneath the tab bar. + - The old layout can still be used, for now. Feedback is welcome. + - Near the tab bar now there are built-in buttons to go the previous or the next note in history (only if the back/forward buttons are not already placed in the launch bar). + - Scripting overhaul: Custom widgets and Render note can now be written in Preact using JSX instead of the legacy format (jQuery + custom component framework). For more information, see documentation on Preact in Trilium. + 🐞 Bugfixes + - Ctrl+F when a dialog is open opens different search dialog + - Toast: Icon missing for error messages + - Launch bar calendar would jump to the wrong week note if it was in between years. + - Launch bar calendar month selector was wrongly positioned. + - Tooltips would sometimes be duplicated if an element is focused. + - Text notes: + - Missing padding in
 without .
+    - Content disappears when inserting code block via Markdown formatting
+    - Data loss for opened tabs after CKEditor crash
+  - Mind Map export does not show text in links between nodes by @lzinga
+  - Webview: Layout issues when no source site is set.
+  - Incorrect help button for content language.
+  - Links in inherited attributes not underlined.
+  - Mermaid preview did not render full-height if in read-only while in vertical layout.
+  - Icons: border-left icon was missing.
+  - Auto-complete shows empty name for hoisted note.
+  - Missing null check for canvas elements in fulltext search by @Soein
+  - Share badge would always indicate “Shared locally” when accessing the server version.
+  - Clicking in the outer area of a menu dismisses it.
+  - Geomap: street names not rendering in vector maps.
+  - In code options modal (ribbon), the tooltip is behind the modal.
+  - Archived deeply nested notes appear in classic collections without #includeArchived
+  - Grid collection not displaying images properly
+  - Printing collections: skip protected notes (if they are not unlocked) and files.
+  - Attachment auto-deletion displayed time is off by a factor of 1000
+  - Note title color for legacy themes by @Nriver
+  - First input box of the promoted multi relation edits last relation
+  ✨ Improvements
+  - Improved error handling for custom widgets.
+  - Launch bar:
+    - The horizontal launch bar can now be scrolled simply by scrolling the mouse wheel.
+    - Tooltips are shown faster (no fade).
+  - Improved error handling
+    - HTTP errors are now more user-friendly.
+    - Warn on Traefik request failures.
+    - CKEditor crashes are notified, including an easy way to provide information for error reports.
+  - Hide ribbon in Options.
+  - Removed margins and rounded corners for the code editor.
+  - Backend logs: reduced extra padding & decrease font size for readability.
+  - Improved error handling for custom widgets.
+  - Code notes will now have a default icon based on the language (e.g. custom icon for JS code notes). Only a subset of languages have a dedicated icon.
+  - Printing collections will now display a message if one or more notes are not printable.
+  - UI improvements by @adoriandoran
+  📖 Documentation
+  - Wrong links in README
+  - Improve organization of links
+  - Widget scripts are now better documented, in both the legacy (jQuery) and Preact/JSX format.
+  🌍 Internationalization
+  - Untranslated error message for custom widgets.
+  🛠️ Technical updates
+  - Ported the following components to React. If you notice any issues with your launchers or the bar itself, feel free to report them.
+    - The launch bar and all its widgets.
+    - The toast/notification system.
+  - Add dev shell and direnv support by @yzx9 and @contributor
+  - Minor breaking change: custom widgets using the typo node-detail-pane will not be supported anymore. Use note-detail-pane instead.
+  - ETAPI OpenAPI: Add missing share format by @kalbasit
+  🔒️ Security fixes
+  - A security vulnerability was reported by @sivaadityacoder and fixed by @perfectra1n. More information to be provided in around a month.
+ReleaseNotesUrl: https://github.com/TriliumNext/Trilium/releases/tag/v0.101.0
+ManifestType: defaultLocale
+ManifestVersion: 1.10.0
diff --git a/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.yaml b/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.yaml
new file mode 100644
index 0000000000000..e29f5cb2a7293
--- /dev/null
+++ b/manifests/t/TriliumNext/Notes/0.101.0/TriliumNext.Notes.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: TriliumNext.Notes
+PackageVersion: 0.101.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.10.0
diff --git a/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.installer.yaml b/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.installer.yaml
new file mode 100644
index 0000000000000..5517b8aadc8b4
--- /dev/null
+++ b/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.installer.yaml
@@ -0,0 +1,56 @@
+# 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: VSCodium.VSCodium
+PackageVersion: 1.107.18627
+InstallerLocale: en-US
+InstallerType: inno
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Custom: /mergetasks=!runcode
+UpgradeBehavior: install
+ReleaseDate: 2025-12-25
+Installers:
+- Architecture: x64
+  Scope: user
+  InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.107.18627/VSCodiumUserSetup-x64-1.107.18627.exe
+  InstallerSha256: 3F119A9265569876AC06AAEF897267E1A27BC9DF39BCFAF3C80D75A67B8BE04F
+  ProductCode: '{2E1F05D1-C245-4562-81EE-28188DB6FD17}_is1'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{2E1F05D1-C245-4562-81EE-28188DB6FD17}_is1'
+  InstallationMetadata:
+    DefaultInstallLocation: '%LocalAppData%\Programs\VSCodium'
+- Architecture: x64
+  Scope: machine
+  InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.107.18627/VSCodiumSetup-x64-1.107.18627.exe
+  InstallerSha256: C9C1DB797AF7B4C76C580128DA04EC4BE3F23BEECF200455CCB621AF30A9AA92
+  ProductCode: '{88DA3577-054F-4CA1-8122-7D820494CFFB}_is1'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{88DA3577-054F-4CA1-8122-7D820494CFFB}_is1'
+  ElevationRequirement: elevatesSelf
+  InstallationMetadata:
+    DefaultInstallLocation: '%ProgramFiles%\VSCodium'
+- Architecture: arm64
+  Scope: user
+  InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.107.18627/VSCodiumUserSetup-arm64-1.107.18627.exe
+  InstallerSha256: 0BA0F90A32D4EDBDB4128B5DF72C95F496B62A3EF44EC28613B7B256373A92B5
+  ProductCode: '{57FD70A5-1B8D-4875-9F40-C5553F094828}_is1'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{57FD70A5-1B8D-4875-9F40-C5553F094828}_is1'
+  InstallationMetadata:
+    DefaultInstallLocation: '%LocalAppData%\Programs\VSCodium'
+- Architecture: arm64
+  Scope: machine
+  InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.107.18627/VSCodiumSetup-arm64-1.107.18627.exe
+  InstallerSha256: 9D64281233D5C48D57EC86BCF325F86EDED7FC8830D993A9CB569BF2109CB797
+  ProductCode: '{67DEE444-3D04-4258-B92A-BC1F0FF2CAE4}_is1'
+  AppsAndFeaturesEntries:
+  - ProductCode: '{67DEE444-3D04-4258-B92A-BC1F0FF2CAE4}_is1'
+  ElevationRequirement: elevatesSelf
+  InstallationMetadata:
+    DefaultInstallLocation: '%ProgramFiles%\VSCodium'
+ManifestType: installer
+ManifestVersion: 1.10.0
diff --git a/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.locale.en-US.yaml b/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.locale.en-US.yaml
new file mode 100644
index 0000000000000..77936daad2558
--- /dev/null
+++ b/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.locale.en-US.yaml
@@ -0,0 +1,157 @@
+# 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: VSCodium.VSCodium
+PackageVersion: 1.107.18627
+PackageLocale: en-US
+Publisher: VSCodium
+PublisherUrl: https://github.com/VSCodium/vscodium
+PublisherSupportUrl: https://github.com/VSCodium/vscodium/issues
+Author: VSCodium
+PackageName: VSCodium
+PackageUrl: https://vscodium.com/
+License: MIT
+LicenseUrl: https://github.com/VSCodium/vscodium/blob/HEAD/LICENSE
+Copyright: Copyright (c) 2022 VSCodium Team
+CopyrightUrl: https://github.com/VSCodium/vscodium/blob/master/LICENSE
+ShortDescription: VSCodium is a community-driven, freely-licensed and telemetry-free rebuilt of Microsoft's Visual Studio Code.
+Description: |-
+  VSCodium is a community-driven, freely-licensed and telemetry-free rebuilt of Microsoft's Visual Studio Code.
+  VSCodium is a powerful IDE which runs on your desktop and is available for Windows, macOS and Linux.
+Tags:
+- cross-platform
+- editor
+- foss
+- ide
+- javascript
+- open-source
+- typescript
+- vscode
+ReleaseNotes: |-
+  update vscode to 1.107.1
+  What's Changed
+  - fix(ci): use x64 runner for macos x64 by @daiyam in #2645
+  Full Changelog: 1.107.18605...1.107.18627
+  x86 64bits
+  ───────┬───────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+  Windows│User Installer         │VSCodiumUserSetup-x64-1.107.18627.exe
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │System Installer       │VSCodiumSetup-x64-1.107.18627.exe
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │.zip                   │VSCodium-win32-x64-1.107.18627.zip
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │.msi - updates enabled │VSCodium-x64-1.107.18627.msi
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │.msi - updates disabled│VSCodium-x64-updates-disabled-1.107.18627.msi
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Remote Host            │vscodium-reh-win32-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Web Host               │vscodium-reh-web-win32-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │CLI                    │vscodium-cli-win32-x64-1.107.18627.tar.gz
+  ───────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+  macOS  │.dmg                   │VSCodium.x64.1.107.18627.dmg
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │.zip                   │VSCodium-darwin-x64-1.107.18627.zip
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Remote Host            │vscodium-reh-darwin-x64-1.107.18627..tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Web Host               │vscodium-reh-web-darwin-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │CLI                    │vscodium-cli-darwin-x64-1.107.18627.tar.gz
+  ───────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+  Linux  │.deb                   │codium_1.107.18627_amd64.deb
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │.rpm                   │codium-1.107.18627-el8.x86_64.rpm
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │.tar.gz                │VSCodium-linux-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │AppImage               │VSCodium-1.107.18627.glibc2.30-x86_64.AppImage
+         │                       │VSCodium-1.107.18627.glibc2.30-x86_64.AppImage.zsync
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Snap                   │codium_1.107.18627_amd64.snap
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Remote Host            │vscodium-reh-linux-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Web Host               │vscodium-reh-web-linux-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │CLI                    │vscodium-cli-linux-x64-1.107.18627.tar.gz
+  ───────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+  Alpine │Remote Host            │vscodium-reh-alpine-x64-1.107.18627.tar.gz
+         ├───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+         │Web Host               │vscodium-reh-web-alpine-x64-1.107.18627.tar.gz
+  ───────┴───────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────
+  ARM 64bits
+  ───────┬────────────────┬─────────────────────────────────────────────────────
+  Windows│User Installer  │VSCodiumUserSetup-arm64-1.107.18627.exe
+         ├────────────────┼─────────────────────────────────────────────────────
+         │System Installer│VSCodiumSetup-arm64-1.107.18627.exe
+         ├────────────────┼─────────────────────────────────────────────────────
+         │.zip            │VSCodium-win32-arm64-1.107.18627.zip
+         ├────────────────┼─────────────────────────────────────────────────────
+         │CLI             │vscodium-cli-win32-arm64-1.107.18627.tar.gz
+  ───────┼────────────────┼─────────────────────────────────────────────────────
+  macOS  │.dmg            │VSCodium.arm64.1.107.18627.dmg
+         ├────────────────┼─────────────────────────────────────────────────────
+         │.zip            │VSCodium-darwin-arm64-1.107.18627.zip
+         ├────────────────┼─────────────────────────────────────────────────────
+         │Remote Host     │vscodium-reh-darwin-arm64-1.107.18627.tar.gz
+         ├────────────────┼─────────────────────────────────────────────────────
+         │Web Host        │vscodium-reh-web-darwin-arm64-1.107.18627.tar.gz
+         ├────────────────┼─────────────────────────────────────────────────────
+         │CLI             │vscodium-cli-darwin-arm64-1.107.18627.tar.gz
+  ───────┼────────────────┼─────────────────────────────────────────────────────
+  Linux  │.deb            │codium_1.107.18627_arm64.deb
+         ├────────────────┼─────────────────────────────────────────────────────
+         │.rpm            │codium-1.107.18627-el8.aarch64.rpm
+         ├────────────────┼─────────────────────────────────────────────────────
+         │.tar.gz         │VSCodium-linux-arm64-1.107.18627.tar.gz
+         ├────────────────┼─────────────────────────────────────────────────────
+         │Snap            │codium_1.107.18627_arm64.snap
+         ├────────────────┼─────────────────────────────────────────────────────
+         │Remote Host     │vscodium-reh-linux-arm64-1.107.18627.tar.gz
+         ├────────────────┼─────────────────────────────────────────────────────
+         │Web Host        │vscodium-reh-web-linux-arm64-1.107.18627.tar.gz
+         ├────────────────┼─────────────────────────────────────────────────────
+         │CLI             │vscodium-cli-linux-arm64-1.107.18627.tar.gz
+  ───────┼────────────────┼─────────────────────────────────────────────────────
+  Alpine │Remote Host     │vscodium-reh-alpine-arm64-1.107.18627.tar.gz
+         ├────────────────┼─────────────────────────────────────────────────────
+         │Web Host        │vscodium-reh-web-alpine-arm64-1.107.18627.tar.gz
+  ───────┴────────────────┴─────────────────────────────────────────────────────
+  ARM 32bits
+  ─────┬───────────┬────────────────────────────────────────────────────
+  Linux│.deb       │codium_1.107.18627_armhf.deb
+       ├───────────┼────────────────────────────────────────────────────
+       │.rpm       │codium-1.107.18627-el8.armv7hl.rpm
+       ├───────────┼────────────────────────────────────────────────────
+       │.tar.gz    │VSCodium-linux-armhf-1.107.18627.tar.gz
+       ├───────────┼────────────────────────────────────────────────────
+       │Remote Host│vscodium-reh-linux-armhf-1.107.18627.tar.gz
+       ├───────────┼────────────────────────────────────────────────────
+       │Web Host   │vscodium-reh-web-linux-armhf-1.107.18627.tar.gz
+       ├───────────┼────────────────────────────────────────────────────
+       │CLI        │vscodium-cli-linux-armhf-1.107.18627.tar.gz
+  ─────┴───────────┴────────────────────────────────────────────────────
+  PPC 64bits
+  ─────┬───────────┬──────────────────────────────────────────────────────
+  Linux│.tar.gz    │VSCodium-linux-ppc64le-1.107.18627.tar.gz
+       ├───────────┼──────────────────────────────────────────────────────
+       │Remote Host│vscodium-reh-linux-ppc64le-1.107.18627.tar.gz
+       ├───────────┼──────────────────────────────────────────────────────
+       │Web Host   │vscodium-reh-web-linux-ppc64le-1.107.18627.tar.gz
+  ─────┴───────────┴──────────────────────────────────────────────────────
+  RISC-V 64bits
+  ─────┬───────────┬──────────────────────────────────────────────────────
+  Linux│.tar.gz    │VSCodium-linux-riscv64-1.107.18627.tar.gz
+       ├───────────┼──────────────────────────────────────────────────────
+       │Remote Host│vscodium-reh-linux-riscv64-1.107.18627.tar.gz
+       ├───────────┼──────────────────────────────────────────────────────
+       │Web Host   │vscodium-reh-web-linux-riscv64-1.107.18627.tar.gz
+  ─────┴───────────┴──────────────────────────────────────────────────────
+  Loong 64bits
+  ─────┬───────────┬──────────────────────────────────────────────────────
+  Linux│.tar.gz    │VSCodium-linux-loong64-1.107.18627.tar.gz
+ReleaseNotesUrl: https://github.com/VSCodium/vscodium/releases/tag/1.107.18627
+ManifestType: defaultLocale
+ManifestVersion: 1.10.0
diff --git a/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.yaml b/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.yaml
new file mode 100644
index 0000000000000..2640bc3a28437
--- /dev/null
+++ b/manifests/v/VSCodium/VSCodium/1.107.18627/VSCodium.VSCodium.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: VSCodium.VSCodium
+PackageVersion: 1.107.18627
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.10.0
diff --git a/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.installer.yaml b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.installer.yaml
new file mode 100644
index 0000000000000..b8813c7ee731c
--- /dev/null
+++ b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.installer.yaml
@@ -0,0 +1,79 @@
+# Created with YamlCreate.ps1 Dumplings Mod
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
+
+PackageIdentifier: WXRIW.Lyricify
+PackageVersion: 4.3.40
+InstallerType: exe
+Scope: machine
+InstallModes:
+- interactive
+- silent
+- silentWithProgress
+InstallerSwitches:
+  Silent: /exenoui /quiet /norestart
+  SilentWithProgress: /exenoui /passive /norestart
+  InstallLocation: APPDIR=""
+  Log: /log ""
+ExpectedReturnCodes:
+- InstallerReturnCode: 3010
+  ReturnResponse: rebootRequiredToFinish
+- InstallerReturnCode: 1654
+  ReturnResponse: systemNotSupported
+- InstallerReturnCode: 1650
+  ReturnResponse: invalidParameter
+- InstallerReturnCode: 1649
+  ReturnResponse: blockedByPolicy
+- InstallerReturnCode: 1644
+  ReturnResponse: blockedByPolicy
+- InstallerReturnCode: 1643
+  ReturnResponse: blockedByPolicy
+- InstallerReturnCode: 1640
+  ReturnResponse: blockedByPolicy
+- InstallerReturnCode: 1641
+  ReturnResponse: rebootInitiated
+- InstallerReturnCode: 1639
+  ReturnResponse: invalidParameter
+- InstallerReturnCode: 1638
+  ReturnResponse: alreadyInstalled
+- InstallerReturnCode: 1633
+  ReturnResponse: systemNotSupported
+- InstallerReturnCode: 1628
+  ReturnResponse: invalidParameter
+- InstallerReturnCode: 1625
+  ReturnResponse: blockedByPolicy
+- InstallerReturnCode: 1623
+  ReturnResponse: systemNotSupported
+- InstallerReturnCode: 1618
+  ReturnResponse: installInProgress
+- InstallerReturnCode: 1602
+  ReturnResponse: cancelledByUser
+- InstallerReturnCode: 1601
+  ReturnResponse: contactSupport
+- InstallerReturnCode: 87
+  ReturnResponse: invalidParameter
+- InstallerReturnCode: 1
+  ReturnResponse: invalidParameter
+- InstallerReturnCode: -1
+  ReturnResponse: cancelledByUser
+Dependencies:
+  PackageDependencies:
+  - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.6
+ReleaseDate: 2025-12-25
+AppsAndFeaturesEntries:
+- UpgradeCode: '{CA8FC4DE-6BEC-4C25-BD21-AD316980A6EF}'
+  InstallerType: msi
+Installers:
+- Architecture: x86
+  InstallerUrl: https://github.com/WXRIW/Lyricify-App/releases/download/v4.3.40/Lyricify.Setup.Ver.4.3.40.251226-release.x86.exe
+  InstallerSha256: 8ED490A4D63F184D858313AE7C01A262F2692E2130EFAF28838ED35533E207E6
+  ProductCode: '{75A2C56F-D228-4F3A-BBEF-7B3FC0793CB4}'
+- Architecture: x64
+  InstallerUrl: https://github.com/WXRIW/Lyricify-App/releases/download/v4.3.40/Lyricify.Setup.Ver.4.3.40.251226-release.x64.exe
+  InstallerSha256: 2123239CBF20E6E49B5F891A2305DDD2E5E5935FD2F066E42D3608C00F5BA5D1
+  ProductCode: '{E32F6604-0F96-4C59-B2C3-CEDFB6E6A823}'
+- Architecture: arm64
+  InstallerUrl: https://github.com/WXRIW/Lyricify-App/releases/download/v4.3.40/Lyricify.Setup.Ver.4.3.40.251226-release.Arm64.exe
+  InstallerSha256: 3E4A3FF5BEDC9610ABDC0B1F572C13390B6E23A46F4105F5666E226084A2CE3B
+  ProductCode: '{22557DCF-EDD5-41C1-9A7F-BA566834AEEB}'
+ManifestType: installer
+ManifestVersion: 1.10.0
diff --git a/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.locale.en-US.yaml b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.locale.en-US.yaml
new file mode 100644
index 0000000000000..66bf695ba9a49
--- /dev/null
+++ b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.locale.en-US.yaml
@@ -0,0 +1,24 @@
+# Created with YamlCreate.ps1 Dumplings Mod
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
+
+PackageIdentifier: WXRIW.Lyricify
+PackageVersion: 4.3.40
+PackageLocale: en-US
+Publisher: WXRIW
+PublisherUrl: https://github.com/WXRIW
+PublisherSupportUrl: https://github.com/WXRIW/Lyricify-App/issues
+PackageName: Lyricify
+PackageUrl: https://lyricify.app/
+License: Freeware
+Copyright: Copyright © 2025 WXRIW
+ShortDescription: A fantastic app to provide scroll lyrics for Spotify and other apps
+Tags:
+- lyrics
+- music
+- spotify
+ReleaseNotes: |-
+  1. [Fix] Lyricify Wrapped 2025.
+  2. [Add] id-ID internationalization by @dionarya23.
+ReleaseNotesUrl: https://github.com/WXRIW/Lyricify-App/releases/tag/v4.3.40
+ManifestType: defaultLocale
+ManifestVersion: 1.10.0
diff --git a/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.locale.zh-CN.yaml b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.locale.zh-CN.yaml
new file mode 100644
index 0000000000000..b86cc2861ba96
--- /dev/null
+++ b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.locale.zh-CN.yaml
@@ -0,0 +1,18 @@
+# Created with YamlCreate.ps1 Dumplings Mod
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
+
+PackageIdentifier: WXRIW.Lyricify
+PackageVersion: 4.3.40
+PackageLocale: zh-CN
+License: 免费软件
+Copyright: 版权所有 © 2025 WXRIW
+ShortDescription: 一款为 Spotify 等各种应用提供滚动歌词的软件
+Tags:
+- spotify
+- 歌词
+- 音乐
+ReleaseNotes: |-
+  1. 修复 Lyricify 年度报告 2025。
+  2. 添加印尼语 id-ID 国际化,由 @dionarya23 提供。
+ManifestType: locale
+ManifestVersion: 1.10.0
diff --git a/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.yaml b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.yaml
new file mode 100644
index 0000000000000..482cee714cede
--- /dev/null
+++ b/manifests/w/WXRIW/Lyricify/4.3.40/WXRIW.Lyricify.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: WXRIW.Lyricify
+PackageVersion: 4.3.40
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.10.0
diff --git a/manifests/w/warmdev/ash/2.0.0/warmdev.ash.installer.yaml b/manifests/w/warmdev/ash/2.0.0/warmdev.ash.installer.yaml
new file mode 100644
index 0000000000000..9e357d137136d
--- /dev/null
+++ b/manifests/w/warmdev/ash/2.0.0/warmdev.ash.installer.yaml
@@ -0,0 +1,20 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
+PackageIdentifier: warmdev.ash
+PackageVersion: 2.0.0
+InstallerType: exe
+ReleaseDate: 2025-12-25
+Installers:
+  - Architecture: x64
+    InstallerUrl: https://github.com/warmdev17/ash/releases/download/v2.0.0/ash-installer.exe
+    InstallerSha256: 4a6976c3cae1137e95813432768edb335eef501b33569c3ba356b6ac7523a514
+    Scope: machine
+    InstallerSwitches:
+      Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
+      SilentWithProgress: /SILENT
+    InstallerLocale: en-US
+ManifestType: installer
+ManifestVersion: 1.10.0
+Dependencies:
+  PackageDependencies:
+    - PackageIdentifier: Git.Git
+    - PackageIdentifier: GLab.GLab
diff --git a/manifests/w/warmdev/ash/2.0.0/warmdev.ash.locale.en-US.yaml b/manifests/w/warmdev/ash/2.0.0/warmdev.ash.locale.en-US.yaml
new file mode 100644
index 0000000000000..eb1bc11d0bb74
--- /dev/null
+++ b/manifests/w/warmdev/ash/2.0.0/warmdev.ash.locale.en-US.yaml
@@ -0,0 +1,19 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
+PackageIdentifier: warmdev.ash
+PackageVersion: 2.0.0
+PackageLocale: en-US
+Publisher: warmdev
+PublisherUrl: https://github.com/warmdev17
+PackageName: ash
+License: MIT
+ShortDescription: Automation CLI for managing GitLab repositories and submissions.
+Description: >
+  ash is a cross-platform CLI tool written in Go that automates GitLab workflows — creating groups,
+  subgroups, repositories, and synchronizing local files for students and developers.
+Tags:
+  - cli
+  - gitlab
+  - automation
+  - education
+ManifestType: defaultLocale
+ManifestVersion: 1.10.0
diff --git a/manifests/w/warmdev/ash/2.0.0/warmdev.ash.yaml b/manifests/w/warmdev/ash/2.0.0/warmdev.ash.yaml
new file mode 100644
index 0000000000000..79209a2d5dac9
--- /dev/null
+++ b/manifests/w/warmdev/ash/2.0.0/warmdev.ash.yaml
@@ -0,0 +1,6 @@
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
+PackageIdentifier: warmdev.ash
+PackageVersion: 2.0.0
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.10.0
diff --git a/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.installer.yaml b/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.installer.yaml
new file mode 100644
index 0000000000000..3f36c5adb25b2
--- /dev/null
+++ b/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.installer.yaml
@@ -0,0 +1,28 @@
+# Created with komac v2.14.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
+
+PackageIdentifier: XrevealTeam.Xreveal
+PackageVersion: 2.8.9
+InstallerType: exe
+InstallModes:
+- interactive
+- silent
+InstallerSwitches:
+  Silent: /s
+UpgradeBehavior: install
+ProductCode: Xreveal
+ReleaseDate: 2025-12-24
+AppsAndFeaturesEntries:
+- ProductCode: Xreveal
+Installers:
+- Architecture: x86
+  InstallerUrl: https://www.xreveal.com/download/xreveal_2.8.9_x86.exe
+  InstallerSha256: 2D1AAFFC7462EE5E1AB0B68F107BFE4253A8CFB6CBDD82DCE4EE2431B787AD77
+- Architecture: x64
+  InstallerUrl: https://www.xreveal.com/download/xreveal_2.8.9_x64.exe
+  InstallerSha256: 5102D33F38DF6F9C51D018DCF0C297D5208D0FFDBF1840F025F0ED4B39B1EF3F
+- Architecture: arm64
+  InstallerUrl: https://www.xreveal.com/download/xreveal_2.8.9_arm64.exe
+  InstallerSha256: C948F5DD269451C9DEDFF50A8C266C36951FADA2FA80598500D26C6656DE864A
+ManifestType: installer
+ManifestVersion: 1.12.0
diff --git a/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.locale.en-US.yaml b/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.locale.en-US.yaml
new file mode 100644
index 0000000000000..3d4ba8509f5b1
--- /dev/null
+++ b/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.locale.en-US.yaml
@@ -0,0 +1,43 @@
+# Created with komac v2.14.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
+
+PackageIdentifier: XrevealTeam.Xreveal
+PackageVersion: 2.8.9
+PackageLocale: en-US
+Publisher: The Xreveal Team
+PublisherUrl: https://xreveal.com/
+PublisherSupportUrl: https://xreveal.com/support.html
+PrivacyUrl: https://xreveal.com/privacy.html
+Author: The Xreveal Team
+PackageName: Xreveal
+PackageUrl: https://xreveal.com/
+License: Proprietary
+LicenseUrl: https://xreveal.com/legal.html
+Copyright: Copyright © 2025 The Xreveal Team
+CopyrightUrl: https://xreveal.com/legal.html
+ShortDescription: Xreveal is a Windows based application similar to AnyDVD that removes restrictions of DVD, and Blu-ray media automatically in the background.
+Description: |-
+  Xreveal is a Windows based application similar to AnyDVD that removes restrictions of DVD, and Blu-ray media automatically in the background.
+
+  Xreveal works in the background to automatically and transparently enable read access of the contents of a movie DVD or Blu-ray as soon as it's inserted into the drive. The DVD/Blu-ray will become useable to your windows operating system and all programs on your computer, such as DVD/Blu-ray backup software like CloneDVD, CloneBD and others, then supporting any DVD or Blu-ray. Xreveal optionally removes region codes, thereby making the movie region free and comfortably viewable on any DVD/Blu-ray player and with any DVD/Blu-ray playback software.
+
+  Features:
+  - Works automatically in the background.
+  - Removes restrictions and region code from DVDs and Blu-rays.
+  - Works on-the-fly without the need to store data onto your hard disk.
+  - Gets rid of user prohibitions, you can select the language and subtitle track without going through the disc's menu.
+  - Can disable BD-Live to protect your privacy.
+  - Allows playback of discs requiring a 3D monitor on 2D displays.
+  - Running natively on Windows ARM64/x64/x86 devices.
+Tags:
+- Blu-ray
+- CloneBD
+- CloneDVD
+- DVD
+- backup
+PurchaseUrl: https://xreveal.com/pro.html
+Documentations:
+- DocumentLabel: How to use Xreveal
+  DocumentUrl: https://xreveal.com/how-to-use-xreveal.html
+ManifestType: defaultLocale
+ManifestVersion: 1.12.0
diff --git a/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.yaml b/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.yaml
new file mode 100644
index 0000000000000..de932f2fe807d
--- /dev/null
+++ b/manifests/x/XrevealTeam/Xreveal/2.8.9/XrevealTeam.Xreveal.yaml
@@ -0,0 +1,8 @@
+# Created with komac v2.14.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
+
+PackageIdentifier: XrevealTeam.Xreveal
+PackageVersion: 2.8.9
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.12.0
diff --git a/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.installer.yaml b/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.installer.yaml
new file mode 100644
index 0000000000000..9e2640d3aa82d
--- /dev/null
+++ b/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.installer.yaml
@@ -0,0 +1,22 @@
+# Created with WinGet Updater using komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
+
+PackageIdentifier: xanderfrangos.twinkletray
+PackageVersion: 1.17.2
+InstallerLocale: en-US
+InstallerType: nullsoft
+Scope: user
+InstallModes:
+- silent
+UpgradeBehavior: install
+ProductCode: 5cfff8db-b587-542d-a90b-51d2e2742b09
+ReleaseDate: 2025-12-25
+AppsAndFeaturesEntries:
+- DisplayName: Twinkle Tray 1.17.1
+  ProductCode: 5cfff8db-b587-542d-a90b-51d2e2742b09
+Installers:
+- Architecture: x64
+  InstallerUrl: https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.17.2/Twinkle.Tray.v1.17.2.exe
+  InstallerSha256: 04714C95945304E2DBB92E587CF062667EF653EFA19F9C28DB2C80225AA08136
+ManifestType: installer
+ManifestVersion: 1.6.0
diff --git a/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.locale.en-US.yaml b/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.locale.en-US.yaml
new file mode 100644
index 0000000000000..3d00b5de568c2
--- /dev/null
+++ b/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.locale.en-US.yaml
@@ -0,0 +1,44 @@
+# Created with WinGet Updater using komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
+
+PackageIdentifier: xanderfrangos.twinkletray
+PackageVersion: 1.17.2
+PackageLocale: en-US
+Publisher: Xander Frangos
+PublisherUrl: https://twinkletray.com/
+PublisherSupportUrl: https://github.com/xanderfrangos/twinkle-tray/issues
+Author: Xander Frangos
+PackageName: Twinkle Tray
+PackageUrl: https://github.com/xanderfrangos/twinkle-tray
+License: MIT
+LicenseUrl: https://github.com/xanderfrangos/twinkle-tray/blob/HEAD/LICENSE
+Copyright: Copyright (c) 2019 Xander Frangos
+CopyrightUrl: https://github.com/xanderfrangos/twinkle-tray/blob/HEAD/LICENSE
+ShortDescription: Easily manage the brightness of your monitors in Windows from the system tray
+Description: |-
+  Twinkle Tray lets you easily manage the brightness levels of multiple monitors.
+  Even though Windows 10 is capable of adjusting the backlight on most monitors, it typically doesn't support external monitors.
+  Windows 10 also lacks any ability to manage the brightness of multiple monitors.
+  This app inserts a new icon into your system tray, where you can click to have instant access to the brightness levels of all compatible monitors.
+Moniker: twinkletray
+Tags:
+- brightness
+- monitor
+- tray
+ReleaseNotes: |-
+  New in v1.17.2
+  Improvements:
+  - Added "calibration points" to the brightness normalization feature, so you can create a custom brightness curve for each display.
+  - You can now replace the default brightness slider with a custom VCP code. (Thanks @marc-frank!)
+  - SDR sliders will now display when HDR is the only supported brightness method, such as on HDR TVs. (Thanks @Kirin-0321!)
+  - Updated localizations.
+  - Updated dependencies.
+  Fixes:
+  - Fixed window focus tracking not working.
+  - Fixed errors displaying on the "DDC/CI Features" tab.
+ReleaseNotesUrl: https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.17.2
+Documentations:
+- DocumentLabel: Wiki
+  DocumentUrl: https://github.com/xanderfrangos/twinkle-tray/wiki
+ManifestType: defaultLocale
+ManifestVersion: 1.6.0
diff --git a/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.yaml b/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.yaml
new file mode 100644
index 0000000000000..e95a2eb7ffb9c
--- /dev/null
+++ b/manifests/x/xanderfrangos/twinkletray/1.17.2/xanderfrangos.twinkletray.yaml
@@ -0,0 +1,8 @@
+# Created with WinGet Updater using komac v2.6.0
+# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
+
+PackageIdentifier: xanderfrangos.twinkletray
+PackageVersion: 1.17.2
+DefaultLocale: en-US
+ManifestType: version
+ManifestVersion: 1.6.0