From 21ccbe4188fce377b0624f27523a889011b95d49 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Fri, 26 Dec 2025 23:56:58 +0100 Subject: [PATCH 01/30] =?UTF-8?q?New=20package=EF=BC=9AAida-Enna.GamebarHa?= =?UTF-8?q?ndler=20version=201.0.0.0=20(#323559)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Aida-Enna.GamebarHandler.installer.yaml | 16 +++++++++++ ...Aida-Enna.GamebarHandler.locale.en-US.yaml | 28 +++++++++++++++++++ .../1.0.0.0/Aida-Enna.GamebarHandler.yaml | 8 ++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.installer.yaml create mode 100644 manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.locale.en-US.yaml create mode 100644 manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.yaml diff --git a/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.installer.yaml b/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.installer.yaml new file mode 100644 index 000000000000..fe1fce0ba7f0 --- /dev/null +++ b/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Aida-Enna.GamebarHandler +PackageVersion: 1.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GamebarHandler.exe + PortableCommandAlias: gamebarhandler +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Aida-Enna/GamebarHandler/releases/download/1.0.0.0/GamebarHandler.zip + InstallerSha256: BD4E0B7EEBD3B42E52583982B17414962220C1FA8D516500B29A91FC973C6453 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.locale.en-US.yaml b/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.locale.en-US.yaml new file mode 100644 index 000000000000..24837df0c175 --- /dev/null +++ b/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.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: Aida-Enna.GamebarHandler +PackageVersion: 1.0.0.0 +PackageLocale: en-US +Publisher: Aida-Enna +PackageName: GamebarHandler +PackageUrl: https://github.com/Aida-Enna/GamebarHandler +License: None stated +ShortDescription: Gets rid of those pesky 'open ms-gamebar' and 'open ms-gamingoverlay' popups. +Description: Gets rid of those pesky 'open ms-gamebar' and 'open ms-gamingoverlay' popups. When you don't have the gamebar and Xbox gaming overlay installed, Windows still tries to call them do to various things (for some reason?). By running this program, you tell Windows "Hey, this program can handle those!". So then when Windows wants to open the gamebar or gaming overlay, it opens this program, which instantly (and silently!) closes. \ o / +Tags: +- ms-gamebar +- msgamebar +- ms-gamingoverlay +- msgamingoverlay +- antipopups +- anti-pop-ups +- dualsense +- playstationcontrollers +- playstation-controllers +- xbox-gamebar-stub +- xboxgamebarstub +- fileextensions +- file-extensions +ManifestType: defaultLocale +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.yaml b/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.yaml new file mode 100644 index 000000000000..a880e6d16615 --- /dev/null +++ b/manifests/a/Aida-Enna/GamebarHandler/1.0.0.0/Aida-Enna.GamebarHandler.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: Aida-Enna.GamebarHandler +PackageVersion: 1.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 6acf5d5777fce6548ca077749e29d06dd04e6ace Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Fri, 26 Dec 2025 17:03:26 -0600 Subject: [PATCH 02/30] Minor YamlCreate bug Fixes (#326440) --- Tools/YamlCreate.ps1 | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/Tools/YamlCreate.ps1 b/Tools/YamlCreate.ps1 index b7a906528169..cf1aab8182e0 100644 --- a/Tools/YamlCreate.ps1 +++ b/Tools/YamlCreate.ps1 @@ -236,7 +236,7 @@ if ($Settings) { exit } -$ScriptHeader = '# Created with YamlCreate.ps1 v2.7.0' +$ScriptHeader = '# Created with YamlCreate.ps1 v2.7.1' $ManifestVersion = '1.12.0' $PSDefaultParameterValues = @{ '*:Encoding' = 'UTF8' } $Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False @@ -634,6 +634,33 @@ Function Get-InstallerFile { return $_OutFile } +Function SafeRemovePath { + Param( + [Parameter(Mandatory=$true, Position=0)] + [string] $Path, + [int] $Retries = 6, + [int] $DelayMs = 250 + ) + + if (-not (Test-Path -LiteralPath $Path)) { return } + + for ($i = 0; $i -lt $Retries; $i++) { + try { + Remove-Item -LiteralPath $Path -Force -ErrorAction Stop + return + } catch [System.IO.IOException] { + [GC]::Collect() + [GC]::WaitForPendingFinalizers() + Start-Sleep -Milliseconds $DelayMs + $DelayMs = [Math]::Min(5000, $DelayMs * 2) + } catch { + throw + } + } + + Write-Warning "Could not remove file '$Path' after $Retries attempts; it may be in use by another process." +} + Function Get-UserSavePreference { switch ($ScriptSettings.SaveToTemporaryFolder) { 'always' { $_Preference = '0' } @@ -1036,7 +1063,7 @@ Function Read-InstallerEntry { Get-UriScope -URI $_Installer['InstallerUrl'] -OutVariable _ | Out-Null if ($_) { $_Installer['Scope'] = $_ | Select-Object -First 1 } if ([System.Environment]::OSVersion.Platform -match 'Win' -and ($script:dest).EndsWith('.msi')) { - $ProductCode = ([string](Get-MSIProperty -Path $script:dest -Property 'ProductCode') | Select-String -Pattern '{[A-Z0-9]{8}-([A-Z0-9]{4}-){3}[A-Z0-9]{12}}').Matches.Value + $ProductCode = [string](Get-MSIProperty -Path $script:dest -Property 'ProductCode').Value } elseif ([System.Environment]::OSVersion.Platform -match 'Unix' -and (Get-Item $script:dest).Name.EndsWith('.msi')) { $ProductCode = ([string](file $script:dest) | Select-String -Pattern '{[A-Z0-9]{8}-([A-Z0-9]{4}-){3}[A-Z0-9]{12}}').Matches.Value } @@ -1408,7 +1435,7 @@ Function Read-QuickInstallerEntry { # If a new product code doesn't exist, and the installer isn't an `.exe` file, remove the product code if it exists $MSIProductCode = $null if ([System.Environment]::OSVersion.Platform -match 'Win' -and ($script:dest).EndsWith('.msi')) { - $MSIProductCode = ([string](Get-MSIProperty -Path $script:dest -Property 'ProductCode') | Select-String -Pattern '{[A-Z0-9]{8}-([A-Z0-9]{4}-){3}[A-Z0-9]{12}}').Matches.Value + $MSIProductCode = [string](Get-MSIProperty -Path $script:dest -Property 'ProductCode').Value } elseif ([System.Environment]::OSVersion.Platform -match 'Unix' -and (Get-Item $script:dest).Name.EndsWith('.msi')) { $MSIProductCode = ([string](file $script:dest) | Select-String -Pattern '{[A-Z0-9]{8}-([A-Z0-9]{4}-){3}[A-Z0-9]{12}}').Matches.Value } @@ -1439,7 +1466,7 @@ Function Read-QuickInstallerEntry { } } # Remove the downloaded files - Remove-Item -Path $script:dest + SafeRemovePath -Path $script:dest Write-Host -ForegroundColor 'Green' "Installer updated!`n" } @@ -3052,7 +3079,7 @@ Switch ($script:Option) { # If a new product code doesn't exist, and the installer isn't an `.exe` file, remove the product code if it exists $MSIProductCode = $null if ([System.Environment]::OSVersion.Platform -match 'Win' -and ($script:dest).EndsWith('.msi')) { - $MSIProductCode = ([string](Get-MSIProperty -Path $script:dest -Property 'ProductCode') | Select-String -Pattern '{[A-Z0-9]{8}-([A-Z0-9]{4}-){3}[A-Z0-9]{12}}').Matches.Value + $MSIProductCode = [string](Get-MSIProperty -Path $script:dest -Property 'ProductCode').Value } elseif ([System.Environment]::OSVersion.Platform -match 'Unix' -and (Get-Item $script:dest).Name.EndsWith('.msi')) { $MSIProductCode = ([string](file $script:dest) | Select-String -Pattern '{[A-Z0-9]{8}-([A-Z0-9]{4}-){3}[A-Z0-9]{12}}').Matches.Value } @@ -3084,7 +3111,7 @@ Switch ($script:Option) { } } # Remove the downloaded files - Remove-Item -Path $script:dest + SafeRemovePath -Path $script:dest $_NewInstallers += Restore-YamlKeyOrder $_Installer $InstallerEntryProperties -NoComments } # Write the new manifests From 58c8f4269fa7061bf2d6a4b85337169ff4057d31 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 07:10:29 +0800 Subject: [PATCH 03/30] Update: BrechtSanders.WinLibs.POSIX.MSVCRT version 15.2.0-13.0.0-r5 (#325977) --- ...anders.WinLibs.POSIX.MSVCRT.installer.yaml | 183 ++++++++++++++++++ ...ers.WinLibs.POSIX.MSVCRT.locale.en-US.yaml | 86 ++++++++ ...ers.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml | 43 ++++ .../BrechtSanders.WinLibs.POSIX.MSVCRT.yaml | 8 + 4 files changed, 320 insertions(+) create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.yaml diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml new file mode 100644 index 000000000000..23e9e0fbf124 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml @@ -0,0 +1,183 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 15.2.0-13.0.0-r5 +InstallerType: zip +NestedInstallerType: portable +Commands: +- c++ +- cmake +- g++ +- gcc +- gdb +- gfortran +- jwasm +- ld +- nasm +- yasm +ReleaseDate: 2025-12-23 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: mingw32\bin\addr2line.exe + - RelativeFilePath: mingw32\bin\ar.exe + - RelativeFilePath: mingw32\bin\as.exe + - RelativeFilePath: mingw32\bin\bomtool.exe + - RelativeFilePath: mingw32\bin\c++.exe + - RelativeFilePath: mingw32\bin\c++filt.exe + - RelativeFilePath: mingw32\bin\ccache.exe + - RelativeFilePath: mingw32\bin\cmake.exe + - RelativeFilePath: mingw32\bin\cmcldeps.exe + - RelativeFilePath: mingw32\bin\copypedeps.exe + - RelativeFilePath: mingw32\bin\cpack.exe + - RelativeFilePath: mingw32\bin\cpp.exe + - RelativeFilePath: mingw32\bin\cppcheck.exe + - RelativeFilePath: mingw32\bin\ctags.exe + - RelativeFilePath: mingw32\bin\ctest.exe + - RelativeFilePath: mingw32\bin\dlltool.exe + - RelativeFilePath: mingw32\bin\dllwrap.exe + - RelativeFilePath: mingw32\bin\dos2unix.exe + - RelativeFilePath: mingw32\bin\doxygen.exe + - RelativeFilePath: mingw32\bin\elfedit.exe + - RelativeFilePath: mingw32\bin\g++.exe + - RelativeFilePath: mingw32\bin\gcc-ar.exe + - RelativeFilePath: mingw32\bin\gcc-nm.exe + - RelativeFilePath: mingw32\bin\gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\gcc.exe + - RelativeFilePath: mingw32\bin\gcov-dump.exe + - RelativeFilePath: mingw32\bin\gcov-tool.exe + - RelativeFilePath: mingw32\bin\gcov.exe + - RelativeFilePath: mingw32\bin\gdb.exe + - RelativeFilePath: mingw32\bin\gdbserver.exe + - RelativeFilePath: mingw32\bin\gendef.exe + - RelativeFilePath: mingw32\bin\genidl.exe + - RelativeFilePath: mingw32\bin\gfortran.exe + - RelativeFilePath: mingw32\bin\gprof.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-c++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-g++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-15.2.0.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw32\bin\iconv.exe + - RelativeFilePath: mingw32\bin\jwasm.exe + - RelativeFilePath: mingw32\bin\ld.bfd.exe + - RelativeFilePath: mingw32\bin\ld.exe + - RelativeFilePath: mingw32\bin\listpedeps.exe + - RelativeFilePath: mingw32\bin\lto-dump.exe + - RelativeFilePath: mingw32\bin\mac2unix.exe + - RelativeFilePath: mingw32\bin\mingw32-make.exe + - RelativeFilePath: mingw32\bin\nasm.exe + - RelativeFilePath: mingw32\bin\ndisasm.exe + - RelativeFilePath: mingw32\bin\ninja.exe + - RelativeFilePath: mingw32\bin\nm.exe + - RelativeFilePath: mingw32\bin\ntldd.exe + - RelativeFilePath: mingw32\bin\objcopy.exe + - RelativeFilePath: mingw32\bin\objdump.exe + - RelativeFilePath: mingw32\bin\optscript.exe + - RelativeFilePath: mingw32\bin\pexports.exe + - RelativeFilePath: mingw32\bin\pkgconf.exe + - RelativeFilePath: mingw32\bin\premake5.exe + - RelativeFilePath: mingw32\bin\ranlib.exe + - RelativeFilePath: mingw32\bin\readelf.exe + - RelativeFilePath: mingw32\bin\readtags.exe + - RelativeFilePath: mingw32\bin\sarif-replay.exe + - RelativeFilePath: mingw32\bin\size.exe + - RelativeFilePath: mingw32\bin\strings.exe + - RelativeFilePath: mingw32\bin\strip.exe + - RelativeFilePath: mingw32\bin\unix2dos.exe + - RelativeFilePath: mingw32\bin\unix2mac.exe + - RelativeFilePath: mingw32\bin\vsyasm.exe + - RelativeFilePath: mingw32\bin\widl.exe + - RelativeFilePath: mingw32\bin\windmc.exe + - RelativeFilePath: mingw32\bin\windres.exe + - RelativeFilePath: mingw32\bin\yasm.exe + - RelativeFilePath: mingw32\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-msvcrt-r5/winlibs-i686-posix-dwarf-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r5.zip + InstallerSha256: 882641E060FCD91580A24BA8E30435229A4163D7CDADB417707A8758F8431398 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: mingw64\bin\addr2line.exe + - RelativeFilePath: mingw64\bin\ar.exe + - RelativeFilePath: mingw64\bin\as.exe + - RelativeFilePath: mingw64\bin\bomtool.exe + - RelativeFilePath: mingw64\bin\c++.exe + - RelativeFilePath: mingw64\bin\c++filt.exe + - RelativeFilePath: mingw64\bin\ccache.exe + - RelativeFilePath: mingw64\bin\cmake.exe + - RelativeFilePath: mingw64\bin\cmcldeps.exe + - RelativeFilePath: mingw64\bin\copypedeps.exe + - RelativeFilePath: mingw64\bin\cpack.exe + - RelativeFilePath: mingw64\bin\cpp.exe + - RelativeFilePath: mingw64\bin\cppcheck.exe + - RelativeFilePath: mingw64\bin\ctags.exe + - RelativeFilePath: mingw64\bin\ctest.exe + - RelativeFilePath: mingw64\bin\dlltool.exe + - RelativeFilePath: mingw64\bin\dllwrap.exe + - RelativeFilePath: mingw64\bin\dos2unix.exe + - RelativeFilePath: mingw64\bin\doxygen.exe + - RelativeFilePath: mingw64\bin\elfedit.exe + - RelativeFilePath: mingw64\bin\g++.exe + - RelativeFilePath: mingw64\bin\gcc-ar.exe + - RelativeFilePath: mingw64\bin\gcc-nm.exe + - RelativeFilePath: mingw64\bin\gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\gcc.exe + - RelativeFilePath: mingw64\bin\gcov-dump.exe + - RelativeFilePath: mingw64\bin\gcov-tool.exe + - RelativeFilePath: mingw64\bin\gcov.exe + - RelativeFilePath: mingw64\bin\gdb.exe + - RelativeFilePath: mingw64\bin\gdbserver.exe + - RelativeFilePath: mingw64\bin\gendef.exe + - RelativeFilePath: mingw64\bin\genidl.exe + - RelativeFilePath: mingw64\bin\gfortran.exe + - RelativeFilePath: mingw64\bin\gprof.exe + - RelativeFilePath: mingw64\bin\iconv.exe + - RelativeFilePath: mingw64\bin\jwasm.exe + - RelativeFilePath: mingw64\bin\ld.bfd.exe + - RelativeFilePath: mingw64\bin\ld.exe + - RelativeFilePath: mingw64\bin\listpedeps.exe + - RelativeFilePath: mingw64\bin\lto-dump.exe + - RelativeFilePath: mingw64\bin\mac2unix.exe + - RelativeFilePath: mingw64\bin\mingw32-make.exe + - RelativeFilePath: mingw64\bin\nasm.exe + - RelativeFilePath: mingw64\bin\ndisasm.exe + - RelativeFilePath: mingw64\bin\ninja.exe + - RelativeFilePath: mingw64\bin\nm.exe + - RelativeFilePath: mingw64\bin\ntldd.exe + - RelativeFilePath: mingw64\bin\objcopy.exe + - RelativeFilePath: mingw64\bin\objdump.exe + - RelativeFilePath: mingw64\bin\optscript.exe + - RelativeFilePath: mingw64\bin\pexports.exe + - RelativeFilePath: mingw64\bin\pkgconf.exe + - RelativeFilePath: mingw64\bin\premake5.exe + - RelativeFilePath: mingw64\bin\ranlib.exe + - RelativeFilePath: mingw64\bin\readelf.exe + - RelativeFilePath: mingw64\bin\readtags.exe + - RelativeFilePath: mingw64\bin\sarif-replay.exe + - RelativeFilePath: mingw64\bin\size.exe + - RelativeFilePath: mingw64\bin\strings.exe + - RelativeFilePath: mingw64\bin\strip.exe + - RelativeFilePath: mingw64\bin\unix2dos.exe + - RelativeFilePath: mingw64\bin\unix2mac.exe + - RelativeFilePath: mingw64\bin\vsyasm.exe + - RelativeFilePath: mingw64\bin\widl.exe + - RelativeFilePath: mingw64\bin\windmc.exe + - RelativeFilePath: mingw64\bin\windres.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-c++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-g++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-15.2.0.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw64\bin\yasm.exe + - RelativeFilePath: mingw64\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-msvcrt-r5/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r5.zip + InstallerSha256: 14C5B4F23ED379019E4D5BA4AB142FD524A426AF8967CC760C8509BB43424024 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml new file mode 100644 index 000000000000..884f9fa7bd26 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 15.2.0-13.0.0-r5 +PackageLocale: en-US +Publisher: Brecht Sanders +PublisherUrl: https://winlibs.com/ +PublisherSupportUrl: https://github.com/brechtsanders/winlibs_mingw/issues +Author: Brecht Sanders +PackageName: WinLibs (POSIX threads, MSVCRT runtime) +PackageUrl: https://winlibs.com/ +License: Multiple licenses +LicenseUrl: https://winlibs.com/#license +ShortDescription: A standalone build of GCC and MinGW-w64 for Windows, with POSIX threading library and MSVCRT runtime library. +Description: |- + In short: it's a free C and C++ compiler for Microsoft Windows. + GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). + MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. + The combination of these results in a free C/C++ compiler for Windows. + Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows. + Also some additional tools are added, including: + - GDB - the GNU Project debugger + - GNU Binutils - a collection of binary tools + - GNU Make - a tool which controls the generation of executables and other non-source files + - Yasm - The Yasm Modular Assembler Project + - NASM - The Netwide Assembler + - JWasm - A free MASM-compatible assembler + - LLVM/Clang/LLD/LLDB - The LLVM Compiler Infrastructure + This is a standalone build, which means this download offers a complete compiler environment for Windows. + In the future WinLibs plans to also release binary packages of many open source libraries and applications built with this compiler. +Tags: +- assembler +- assembly +- binutils +- c +- c++ +- compiler +- cpp +- fortran +- gcc +- gdb +- gfortran +- make +- mingw +- mingw-w64 +ReleaseNotes: |- + winlibs personal build version gcc-15.2.0-mingw-w64msvcrt-13.0.0-r5 + This is the winlibs Intel/AMD 32-bit and 64-bit standalone build of: + - GCC 15.2.0 + - GDB 17.1 + - MinGW-w64 13.0.0 (linked with msvcrt) + - GNU Binutils 2.45.1 + - GNU Make 4.4.1 + - PExports 0.47 + - dos2unix 7.5.3 + - Yasm 1.3.0 + - NASM 2.16.03 + - JWasm 2.12pre + - ccache 4.12.2 + - CMake 4.2.1 + - ninja 1.13.2 + - Doxygen 1.15.0 + - pedeps 0.1.15 + - Universal Ctags 6.2.1 + - Cppcheck 2.19.0 + - Premake 5.0.0-beta7 + - ntldd 0.2 + - pkgconf 2.5.1 + Thread model: posix + Runtime library: MSVCRT + This build was compiled with GCC 15.2.0 and packaged on 2025-12-23. + Please check out https://winlibs.com/ for the latest personal build. + Available downloads: + - Files with extension .7z and .zip have the same contents. + The .7z files are smaller but require 7-Zip or PeaZip to extract. + The .zip files are larger but Windows can extract this file without additional tools. + - The i686 download is the Windows Intel/AMD 32-bit version, which runs natively on and compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode). + The x86_64 download is the Windows Intel/AMD 64-bit version, which runs natively on and compiles for Windows 64-bit. + - The .sha256 and .sha512 files are checksum files for validating the download. + Changes: + - everything is now compiled with the -fno-ident to remove the compiler version information from binaries + - GDB 17.1 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/15.2.0posix-13.0.0-msvcrt-r5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml new file mode 100644 index 000000000000..387f50ca07f0 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 15.2.0-13.0.0-r5 +PackageLocale: zh-CN +PackageName: WinLibs (POSIX 线程库, MSVCRT 运行时库) +License: 多个许可证 +ShortDescription: 适用于 Windows 的 GCC 和 MinGW-w64 独立构建,包含 POSIX 线程库和 MSVCRT 运行时库。 +Description: |- + 简而言之:它是一款适用于 Microsoft Windows 的自由/免费 C 和 C++ 编译器。 + GCC(GNU Compiler Collection)是一款自由/免费、开源的 C 和 C++(以及 Objective-C、Fortran、D 等其它语言)编译器。 + MinGW-w64 是一个针对 Windows 32 位和 64 位平台的自由/免费开源 C 库。 + 将两者结合在一起,就能为 Windows 提供免费的 C/C++ 编译器。 + 尽管 GCC 和 MinGW-w64 可用于在其它平台(如 Linux)生成 Windows 可执行文件,但 WinLibs 项目只专注于构建可在 Windows 上原生运行的版本。 + 此外,还添加了一些额外的工具,包括 + - GDB - GNU 项目调试器 + - GNU Binutils - 二进制工具集合 + - GNU Make - 控制可执行文件和其它非源文件生成的工具 + - Yasm - Yasm 模块化汇编器项目 + - NASM - Netwide 汇编器 + - JWasm - 与 MASM 兼容的免费汇编器 + - LLVM/Clang/LLD/LLDB - LLVM 编译器基础架构 + 这是一个独立构建,提供了一个完整的 Windows 编译器环境。 + 今后,WinLibs 还计划发布使用该编译器构建的众多开源库和应用程序的二进制包。 +Tags: +- binutils +- c +- c++ +- cpp +- fortran +- gcc +- gdb +- gfortran +- make +- mingw +- mingw-w64 +- 汇编 +- 汇编器 +- 编译器 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/15.2.0posix-13.0.0-msvcrt-r5 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.yaml new file mode 100644 index 000000000000..7d3d0d4967c5 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/15.2.0-13.0.0-r5/BrechtSanders.WinLibs.POSIX.MSVCRT.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: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 15.2.0-13.0.0-r5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From e7926b9a8419872cf87cb1487988502a4facf849 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Fri, 26 Dec 2025 15:10:49 -0800 Subject: [PATCH 04/30] Update Netron to 8.8.0 (#326411) --- .../8.8.0/LutzRoeder.Netron.installer.yaml | 94 +++++++++++++++++++ .../8.8.0/LutzRoeder.Netron.locale.en-US.yaml | 22 +++++ .../Netron/8.8.0/LutzRoeder.Netron.yaml | 6 ++ 3 files changed, 122 insertions(+) create mode 100644 manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.installer.yaml create mode 100644 manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.locale.en-US.yaml create mode 100644 manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.yaml diff --git a/manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.installer.yaml b/manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.installer.yaml new file mode 100644 index 000000000000..dc3aedc035a4 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.8.0/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.8.0 +Platform: +- Windows.Desktop +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x86 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.8.0/Netron-Setup-8.8.0.exe + InstallerSha256: 82AE91304943A44E1BD187BA2FA19EC9D316A46282826D473B2E07212484F57C + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +- Architecture: arm64 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.8.0/Netron-Setup-8.8.0.exe + InstallerSha256: 82AE91304943A44E1BD187BA2FA19EC9D316A46282826D473B2E07212484F57C + 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.8.0/LutzRoeder.Netron.locale.en-US.yaml b/manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.locale.en-US.yaml new file mode 100644 index 000000000000..82cb730ac7c1 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.8.0/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.8.0 +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.8.0/LutzRoeder.Netron.yaml b/manifests/l/LutzRoeder/Netron/8.8.0/LutzRoeder.Netron.yaml new file mode 100644 index 000000000000..d37f9a72e68a --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.8.0/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.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 284c67268d7b9e5db1cb2fe7724ff2af536ba6a6 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Sat, 27 Dec 2025 00:11:06 +0100 Subject: [PATCH 05/30] New version: WFCD.WFInfo version 9.7.0 (#326419) --- .../WFInfo/9.7.0/WFCD.WFInfo.installer.yaml | 16 +++++++++++ .../9.7.0/WFCD.WFInfo.locale.en-US.yaml | 27 +++++++++++++++++++ .../w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.yaml | 8 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.installer.yaml create mode 100644 manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.locale.en-US.yaml create mode 100644 manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.yaml diff --git a/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.installer.yaml b/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.installer.yaml new file mode 100644 index 000000000000..a7ce61eff83f --- /dev/null +++ b/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: WFCD.WFInfo +PackageVersion: 9.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: WFInfo.exe +ReleaseDate: 2025-12-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/WFCD/WFinfo/releases/download/v9.7.0/WFInfo.zip + InstallerSha256: A26FA48B5D9BBFE9861E7173785AE7E45F887DFB66C161EF71D8BFDB17567B6D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.locale.en-US.yaml b/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.locale.en-US.yaml new file mode 100644 index 000000000000..d35580b9b336 --- /dev/null +++ b/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.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: WFCD.WFInfo +PackageVersion: 9.7.0 +PackageLocale: en-US +Publisher: Warframe Community Developers +PublisherUrl: https://github.com/WFCD +PublisherSupportUrl: https://github.com/WFCD/WFinfo/issues +PackageName: WFInfo +PackageUrl: https://github.com/WFCD/WFinfo +License: Apache-2.0 +LicenseUrl: https://github.com/WFCD/WFinfo/blob/HEAD/LICENSE.txt +ShortDescription: A fissure Companion App for Warframe +Tags: +- ducats +- fissure-rewards +- hacktoberfest +- platinum +- warframe +ReleaseNotes: |- + Feature release + - Add support for Vanguard relics + - Minor dependency updates +ReleaseNotesUrl: https://github.com/WFCD/WFinfo/releases/tag/v9.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.yaml b/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.yaml new file mode 100644 index 000000000000..c11fda051619 --- /dev/null +++ b/manifests/w/WFCD/WFInfo/9.7.0/WFCD.WFInfo.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: WFCD.WFInfo +PackageVersion: 9.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 177a9bb8bda424a94f72d0a696b9e2b69610884b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Sat, 27 Dec 2025 07:38:16 +0800 Subject: [PATCH 06/30] New package: TobiasHammer.HTerm version 0.8.9 (#326398) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com> --- .../0.8.9/TobiasHammer.HTerm.installer.yaml | 22 +++++++++++ .../TobiasHammer.HTerm.locale.en-US.yaml | 38 +++++++++++++++++++ .../HTerm/0.8.9/TobiasHammer.HTerm.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.installer.yaml create mode 100644 manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.locale.en-US.yaml create mode 100644 manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.yaml diff --git a/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.installer.yaml b/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.installer.yaml new file mode 100644 index 000000000000..69cc927f129a --- /dev/null +++ b/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.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: TobiasHammer.HTerm +PackageVersion: 0.8.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hterm.exe +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2023-01-07 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +Installers: +- Architecture: x86 + InstallerUrl: https://www.der-hammer.info/terminal/hterm-windows.zip + InstallerSha256: 33FBAF228A5BEE7DB04913B0F5D14B22126C3E7BA965D82CA0F2958DD0DB56E0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.locale.en-US.yaml b/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.locale.en-US.yaml new file mode 100644 index 000000000000..a960fd20ed0a --- /dev/null +++ b/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: TobiasHammer.HTerm +PackageVersion: 0.8.9 +PackageLocale: en-US +Publisher: Tobias Hammer +PublisherUrl: https://www.der-hammer.info/pages/about.html +Author: Tobias Hammer +PackageName: HTerm +PackageUrl: https://www.der-hammer.info/pages/terminal.html +License: Proprietary (Terms of Use) +LicenseUrl: https://www.der-hammer.info/terminal/LICENSE.txt +Copyright: (c) 2023 Tobias Hammer +ShortDescription: > + HTerm is a terminal program for serial communication running on Windows and + Linux. +ReleaseNotes: |- + - Add font selection for receive and transmit data boxes in menu + "Options / Receive box font" and "Options / Transmit box font" + - Instead of selection of font size only + - Font applies to ruler and selection information + - Add menu entry "Options / Receive box source underline height" to adjust + thickness of source color underline when using combined transmitted and + received data view + - Better separator input in save output options + - Option to print data source in saved output + - [Win] Fix graphical artifacts when resizing controls on high dpi display + - [Win] Improve scaling quality on high dpi displays + - [Win] Use higher timer resolution for more accurate wait commands + - Fix crash when double clicking input control + - [Linux] Add comport search patterns to configuration file (not customizable + via UI yet) + - [Win] Repair Windows XP compatibility (again) + - Update to wxWidgets 3.2.1 +ReleaseNotesUrl: https://www.der-hammer.info/terminal/CHANGELOG.txt +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.yaml b/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.yaml new file mode 100644 index 000000000000..f8a9b69d0dec --- /dev/null +++ b/manifests/t/TobiasHammer/HTerm/0.8.9/TobiasHammer.HTerm.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: TobiasHammer.HTerm +PackageVersion: 0.8.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 79897a6ed4ae3668b13f3d91d47080e3b0511a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A6=E5=8A=9B=E6=80=95=E6=8E=A7?= Date: Sat, 27 Dec 2025 07:44:23 +0800 Subject: [PATCH 07/30] Add BellSoft.LibericaJDK.14.Lite (#322281) --- ...ellSoft.LibericaJDK.14.Lite.installer.yaml | 31 +++++++++++++++++++ ...Soft.LibericaJDK.14.Lite.locale.en-US.yaml | 24 ++++++++++++++ .../BellSoft.LibericaJDK.14.Lite.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.installer.yaml create mode 100644 manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.locale.en-US.yaml create mode 100644 manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.yaml diff --git a/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.installer.yaml b/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.installer.yaml new file mode 100644 index 000000000000..d683525bcae0 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.14.Lite +PackageVersion: 14.0.2+13 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2020-07-13 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/14.0.2+13/bellsoft-jdk14.0.2+13-windows-i586-lite.msi + InstallerSha256: 1AE8CADB5FBD0098385A6E7F72B38360E1373EE97125BFC98B5362774C99A305 + ProductCode: '{9458498F-3EC2-43A7-982F-896CAC85B89F}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 14 Lite (32-bit) + DisplayVersion: 14.0.2.13 + ProductCode: '{9458498F-3EC2-43A7-982F-896CAC85B89F}' + UpgradeCode: '{F7889A9D-7632-4677-88D0-7F616546E00F}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/14.0.2+13/bellsoft-jdk14.0.2+13-windows-amd64-lite.msi + InstallerSha256: AE0AA95DB838352050B3E61BEC5E2508EAC76C429D3F711691286D74B0E18581 + ProductCode: '{63A7E1BA-896D-4091-844C-578537923EF8}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 14 Lite (64-bit) + DisplayVersion: 14.0.2.13 + ProductCode: '{63A7E1BA-896D-4091-844C-578537923EF8}' + UpgradeCode: '{BCBF1578-78D6-4A27-87DE-1670794812D0}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.locale.en-US.yaml new file mode 100644 index 000000000000..d8b998173ace --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.14.Lite +PackageVersion: 14.0.2+13 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica JDK 14 Lite +PackageUrl: https://bell-sw.com/pages/downloads +License: Liberica EULA +LicenseUrl: https://bell-sw.com/liberica_eula/ +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: > + Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. + Liberica JDK is compatible with the Java SE standard as confirmed by the JCK provided under the license from OpenJDK. Support options are available from BellSoft. +Tags: +- hotspot +- java +- liberica +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.yaml b/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.yaml new file mode 100644 index 000000000000..02cc825616ba --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/14/Lite/14.0.2+13/BellSoft.LibericaJDK.14.Lite.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: BellSoft.LibericaJDK.14.Lite +PackageVersion: 14.0.2+13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From e742f5c6a2d71f0c8122b8ace0139b5afa091c81 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Fri, 26 Dec 2025 19:10:30 -0500 Subject: [PATCH 08/30] New version: Google.AndroidStudio.Canary version 2025.2.3.4 (#320635) Co-authored-by: UnownPlain --- ...Google.AndroidStudio.Canary.installer.yaml | 23 +++++++++ ...gle.AndroidStudio.Canary.locale.en-US.yaml | 49 +++++++++++++++++++ .../Google.AndroidStudio.Canary.yaml | 8 +++ 3 files changed, 80 insertions(+) create mode 100644 manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.installer.yaml create mode 100644 manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml create mode 100644 manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.yaml diff --git a/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.installer.yaml b/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.installer.yaml new file mode 100644 index 000000000000..1861b160667d --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.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: Google.AndroidStudio.Canary +PackageVersion: 2025.2.3.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ReleaseDate: 2025-12-08 +RequireExplicitUpgrade: true +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://redirector.gvt1.com/edgedl/android/studio/install/2025.2.3.4/android-studio-2025.2.3.4-windows.exe + InstallerSha256: 325438CA41218AEFB0AC5CBDF0347D3707D76D9445AC2DDEFC2258788819405E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..7f23b4c3b968 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Canary +PackageVersion: 2025.2.3.4 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Canary +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-canary +Tags: +- aab +- adb +- android +- android-studio +- androidstudiocanary +- apk +- app +- canary +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +ReleaseNotesUrl: https://androidstudio.googleblog.com/ +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.yaml b/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.yaml new file mode 100644 index 000000000000..9b2c348ea3bd --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Canary/2025.2.3.4/Google.AndroidStudio.Canary.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: Google.AndroidStudio.Canary +PackageVersion: 2025.2.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 2edb6ed8acf6dea1809def01f48a3369b10331fb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 08:10:47 +0800 Subject: [PATCH 09/30] New version: xemu-project.xemu version 0.8.125 (#326416) --- .../0.8.125/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.125/xemu-project.xemu.yaml | 8 ++++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.installer.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.locale.en-US.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.locale.zh-CN.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.yaml diff --git a/manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.installer.yaml b/manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.installer.yaml new file mode 100644 index 000000000000..a5705429276e --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.125/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.125 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xemu.exe + PortableCommandAlias: xemu +ReleaseDate: 2025-12-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xemu-project/xemu/releases/download/v0.8.125/xemu-win-x86_64-release.zip + InstallerSha256: 435DC12C49808FBEDC4DA85D9CDF3AA37F34D2EE3039AAAF32E663DBA65C6209 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.locale.en-US.yaml b/manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.locale.en-US.yaml new file mode 100644 index 000000000000..1307930ea704 --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.125/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.125 +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.125 +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.125/xemu-project.xemu.locale.zh-CN.yaml b/manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.locale.zh-CN.yaml new file mode 100644 index 000000000000..7576b264e38b --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.125/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.125 +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.125 +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.125/xemu-project.xemu.yaml b/manifests/x/xemu-project/xemu/0.8.125/xemu-project.xemu.yaml new file mode 100644 index 000000000000..e25101bf8bec --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.125/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.125 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 3b8758b1ae72104b2dffcee60364099106cb91e1 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 27 Dec 2025 03:11:04 +0300 Subject: [PATCH 10/30] New Version: TeamSophia.SophiaScript version (#326442) --- .../TeamSophia.SophiaScript.installer.yaml | 15 ++++++++ .../TeamSophia.SophiaScript.locale.en-US.yaml | 37 +++++++++++++++++++ .../7.0.1/TeamSophia.SophiaScript.yaml | 8 ++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.installer.yaml create mode 100644 manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.locale.en-US.yaml create mode 100644 manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.yaml diff --git a/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.installer.yaml b/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.installer.yaml new file mode 100644 index 000000000000..41e3ec0189e0 --- /dev/null +++ b/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: TeamSophia.SophiaScript +PackageVersion: 7.0.1 +InstallerType: portable +Commands: +- sophiascript +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/farag2/Sophia-Script-for-Windows/releases/download/7.0.1/Sophia.Script.for.Windows.11.v7.0.1_WinGet.exe + InstallerSha256: 1A9AB7F33958E5F4C76DF6E933B253358CC36EBBE9B6DC4BB81C00806D669046 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-26 diff --git a/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.locale.en-US.yaml b/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.locale.en-US.yaml new file mode 100644 index 000000000000..3ab9b5f917ed --- /dev/null +++ b/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: TeamSophia.SophiaScript +PackageVersion: 7.0.1 +PackageLocale: en-US +Publisher: Team Sophia +PublisherUrl: https://github.com/farag2/Sophia-Script-for-Windows +PublisherSupportUrl: https://t.me/sophia_chat +Author: Team Sophia +PackageName: Sophia Script for Windows +PackageUrl: https://github.com/farag2/Sophia-Script-for-Windows +License: MIT +LicenseUrl: https://github.com/farag2/Sophia-Script-for-Windows/blob/master/LICENSE +Copyright: Copyright (c) 2014—2026 Team Sophia +ShortDescription: The most powerful PowerShell module on GitHub for Windows 10 and Windows 11 fine-tuning and tweaking +Description: Sophia Script for Windows is the largest PowerShell module on GitHub for Windows 10 and Windows 11 fine-tuning and automating the routine tasks +Moniker: sophiascript +Tags: +- windows +- gui +- script +- powershell +- tweaks +- windows-10 +- sophia +- tweaker +- tweak +- debloat +- debloating +- windows-11 +- debloater +- windows-debloat +- sophia-script +ReleaseNotesUrl: https://github.com/farag2/Sophia-Script-for-Windows/blob/master/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.yaml b/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.yaml new file mode 100644 index 000000000000..60140eab3916 --- /dev/null +++ b/manifests/t/TeamSophia/SophiaScript/7.0.1/TeamSophia.SophiaScript.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: TeamSophia.SophiaScript +PackageVersion: 7.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From ec033c5de193b883e67232cfeac6c8b702e57957 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 08:11:21 +0800 Subject: [PATCH 11/30] New version: Google.Chrome.Canary version 145.0.7601.0 (#326443) --- .../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 ++++++++++ .../145.0.7601.0/Google.Chrome.Canary.yaml | 8 +++ 5 files changed, 132 insertions(+) create mode 100644 manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.installer.yaml create mode 100644 manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.en-US.yaml create mode 100644 manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.nb-NO.yaml create mode 100644 manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.yaml diff --git a/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 000000000000..2dc1d9c11ed4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# 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.7601.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/adtknjdzmpq52p2cabaocn7jljcq_145.0.7601.0/145.0.7601.0_chrome_installer_uncompressed.exe + InstallerSha256: DFAFCD1D0F37D689F1392D61CC8DCC055A4469AC184A28A2C76E786DA4B451F7 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acbwnoq4mmqqm7jk2hbkhkascbcq_145.0.7601.0/145.0.7601.0_chrome_installer_uncompressed.exe + InstallerSha256: 46C6E2C8E20DFE10A623BB4FA90B52181539964079E772F7877DFD587BAEADC1 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/np6f6npgnra7xx4frnucqtmqyy_145.0.7601.0/145.0.7601.0_chrome_installer_uncompressed.exe + InstallerSha256: EECD0779CC9E7B00559C0451F7BF930D9084AE47EDC5653877F00E002F4F7B93 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..2ec9324a0e99 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.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: Google.Chrome.Canary +PackageVersion: 145.0.7601.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.7601.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 000000000000..cbf0ad9038ed --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7601.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.7601.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..4e23797de116 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7601.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.7601.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.yaml new file mode 100644 index 000000000000..e785f2c45c98 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7601.0/Google.Chrome.Canary.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: Google.Chrome.Canary +PackageVersion: 145.0.7601.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 347976212a7a64346eab2ac2646ef9ddac5a3755 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 08:11:37 +0800 Subject: [PATCH 12/30] New version: xemu-project.xemu version 0.8.127 (#326444) --- .../0.8.127/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.127/xemu-project.xemu.yaml | 8 ++++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.installer.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.locale.en-US.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.locale.zh-CN.yaml create mode 100644 manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.yaml diff --git a/manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.installer.yaml b/manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.installer.yaml new file mode 100644 index 000000000000..6594dd447287 --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.127/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.127 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xemu.exe + PortableCommandAlias: xemu +ReleaseDate: 2025-12-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xemu-project/xemu/releases/download/v0.8.127/xemu-win-x86_64-release.zip + InstallerSha256: 2D5140397CA7A1A21B280E524D0D5DD01708F8F312617B9A8B881D979A3FF43D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.locale.en-US.yaml b/manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.locale.en-US.yaml new file mode 100644 index 000000000000..18c159465e85 --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.127/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.127 +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.127 +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.127/xemu-project.xemu.locale.zh-CN.yaml b/manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.locale.zh-CN.yaml new file mode 100644 index 000000000000..019bae66c1ac --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.127/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.127 +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.127 +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.127/xemu-project.xemu.yaml b/manifests/x/xemu-project/xemu/0.8.127/xemu-project.xemu.yaml new file mode 100644 index 000000000000..a4d5d161193c --- /dev/null +++ b/manifests/x/xemu-project/xemu/0.8.127/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.127 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 1143d4021b83da4065fd6d82e996db096886c63a Mon Sep 17 00:00:00 2001 From: Jordi Adoumie <98557455+joadoumie@users.noreply.github.com> Date: Fri, 26 Dec 2025 19:44:30 -0500 Subject: [PATCH 13/30] New package: joadoumie.NBACommandPaletteExtension version 0.0.0.1 (#326410) --- ...e.NBACommandPaletteExtension.installer.yaml | 15 +++++++++++++++ ...BACommandPaletteExtension.locale.en-US.yaml | 18 ++++++++++++++++++ .../joadoumie.NBACommandPaletteExtension.yaml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.installer.yaml create mode 100644 manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.locale.en-US.yaml create mode 100644 manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.yaml diff --git a/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.installer.yaml b/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.installer.yaml new file mode 100644 index 000000000000..a9d51c3528c3 --- /dev/null +++ b/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: joadoumie.NBACommandPaletteExtension +PackageVersion: 0.0.1.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/joadoumie/NBACmdPalExtension/releases/download/NBAExtension-v0.0.1.0/NBAExtension-Setup-0.0.1.0-x64.exe + InstallerSha256: 3C64FD785DE2C8801464DA11CBEE91AC95B4CCE01D7AAB863328C7791744BE75 +- Architecture: arm64 + InstallerUrl: https://github.com/joadoumie/NBACmdPalExtension/releases/download/NBAExtension-v0.0.1.0/NBAExtension-Setup-0.0.1.0-arm64.exe + InstallerSha256: E2754664A4927BF4527621ABEE2ACFFE545CA8BB2C4DE0CE31446E264F92CF20 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.locale.en-US.yaml b/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.locale.en-US.yaml new file mode 100644 index 000000000000..702161488091 --- /dev/null +++ b/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: joadoumie.NBACommandPaletteExtension +PackageVersion: 0.0.1.0 +PackageLocale: en-US +Publisher: joadoumie +PublisherUrl: https://github.com/joadoumie +PublisherSupportUrl: https://github.com/joadoumie/NBACmdPalExtension +PackageName: NBA Command Palette Extension +License: MIT License +ShortDescription: All things NBA for the Windows Command Palette +ManifestType: defaultLocale +ManifestVersion: 1.10.0 +Tags: +- windows-commandpalette-extension +ReleaseNotesUrl: https://github.com/joadoumie/NBACmdPalExtension/releases/tag/NBAExtension-v0.0.1.0 + diff --git a/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.yaml b/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.yaml new file mode 100644 index 000000000000..b63e40512e84 --- /dev/null +++ b/manifests/j/joadoumie/NBACommandPaletteExtension/0.0.1.0/joadoumie.NBACommandPaletteExtension.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: joadoumie.NBACommandPaletteExtension +PackageVersion: 0.0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From b7fd848ecd7b42b98398706c148f231d223c011a Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:10:31 +0800 Subject: [PATCH 14/30] New version: BtbN.FFmpeg.GPL.Shared.8.0 version 8.0.1-20251130 (2025-11-30-12-53) (#318589) --- .../BtbN.FFmpeg.GPL.Shared.8.0.installer.yaml | 36 +++++++++++++++++ ...bN.FFmpeg.GPL.Shared.8.0.locale.en-US.yaml | 40 +++++++++++++++++++ ...bN.FFmpeg.GPL.Shared.8.0.locale.zh-CN.yaml | 32 +++++++++++++++ .../BtbN.FFmpeg.GPL.Shared.8.0.yaml | 8 ++++ 4 files changed, 116 insertions(+) create mode 100644 manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.installer.yaml create mode 100644 manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.en-US.yaml create mode 100644 manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.zh-CN.yaml create mode 100644 manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.yaml diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.installer.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.installer.yaml new file mode 100644 index 000000000000..5881dda05b51 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.8.0 +PackageVersion: 8.0.1-20251130 +InstallerType: zip +NestedInstallerType: portable +Commands: +- ffmpeg +- ffplay +- ffprobe +ReleaseDate: 2025-11-30 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-n8.0.1-17-g27a297f186-win64-gpl-shared-8.0\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-n8.0.1-17-g27a297f186-win64-gpl-shared-8.0\bin\ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-n8.0.1-17-g27a297f186-win64-gpl-shared-8.0\bin\ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-11-30-12-53/ffmpeg-n8.0.1-17-g27a297f186-win64-gpl-shared-8.0.zip + InstallerSha256: 8907CE0B71DF8C3A2253D699782652FCDADDA24AF7E9A22623F0F920B8BA7A38 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ffmpeg-n8.0.1-17-g27a297f186-winarm64-gpl-shared-8.0\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg + - RelativeFilePath: ffmpeg-n8.0.1-17-g27a297f186-winarm64-gpl-shared-8.0\bin\ffplay.exe + PortableCommandAlias: ffplay + - RelativeFilePath: ffmpeg-n8.0.1-17-g27a297f186-winarm64-gpl-shared-8.0\bin\ffprobe.exe + PortableCommandAlias: ffprobe + InstallerUrl: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-11-30-12-53/ffmpeg-n8.0.1-17-g27a297f186-winarm64-gpl-shared-8.0.zip + InstallerSha256: 51ED0FC77EE0BFEAD0ADB95737624C9D5371289E523C23463A05C919383A9FCA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.en-US.yaml new file mode 100644 index 000000000000..d5f58f53f7fd --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.8.0 +PackageVersion: 8.0.1-20251130 +PackageLocale: en-US +Publisher: BtbN +PublisherUrl: https://github.com/BtbN +PublisherSupportUrl: https://github.com/BtbN/FFmpeg-Builds/issues +PackageName: FFmpeg (GPL shared variant, 8.0 release branch) +PackageUrl: https://github.com/BtbN/FFmpeg-Builds +License: GPL-3.0 +LicenseUrl: https://www.ffmpeg.org/legal.html +Copyright: Copyright (c) 2000-2025 the FFmpeg developers +ShortDescription: A complete, cross-platform solution to record, convert and stream audio and video. +Description: |- + FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. + A shared FFmpeg build from BtbN based on the 8.0 release branch with all dependencies, even those that require full GPL instead of just LGPL. +Tags: +- audio +- codec +- convert +- decode +- demux +- encode +- filter +- media +- multimedia +- mux +- record +- stream +- streaming +- transcode +- video +ReleaseNotesUrl: https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2025-11-30-12-53 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.zh-CN.yaml new file mode 100644 index 000000000000..59bf34198675 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: BtbN.FFmpeg.GPL.Shared.8.0 +PackageVersion: 8.0.1-20251130 +PackageLocale: zh-CN +PackageName: FFmpeg (GPL 动态编译版, 8.0 发布分支) +ShortDescription: 用于录制、转换和传输音频和视频的完整跨平台解决方案。 +Description: |- + FFmpeg 是领先的多媒体框架,能够解码、编码、转码、混流、分解、推流、应用滤镜并播放人类和机器创建的几乎所有内容。它支持从最晦涩古老的格式到最前沿的格式。 + 由 BtbN 构建的基于 8.0 发布分支的动态编译的 FFmpeg,拥有包含那些要求完整 GPL 协议而不仅仅是 LGPL 协议的在内的所有依赖。 +Tags: +- 多媒体 +- 媒体 +- 录制 +- 推流 +- 流媒体 +- 滤镜 +- 视频 +- 编码 +- 编解码器 +- 解码 +- 转换 +- 转码 +- 过滤器 +- 音视频 +- 音频 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://ffmpeg.org/documentation.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.yaml b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.yaml new file mode 100644 index 000000000000..9172dda621d7 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/GPL/Shared/8/0/8.0.1-20251130/BtbN.FFmpeg.GPL.Shared.8.0.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: BtbN.FFmpeg.GPL.Shared.8.0 +PackageVersion: 8.0.1-20251130 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 4c6fcde04ab2ba707669492ccfbd56d73f364c53 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:10:48 +0800 Subject: [PATCH 15/30] New version: JetBrains.CLion version 2025.3 (#320558) --- .../2025.3/JetBrains.CLion.installer.yaml | 42 ++++++++++++++++ .../2025.3/JetBrains.CLion.locale.en-US.yaml | 49 +++++++++++++++++++ .../2025.3/JetBrains.CLion.locale.zh-CN.yaml | 27 ++++++++++ .../CLion/2025.3/JetBrains.CLion.yaml | 8 +++ 4 files changed, 126 insertions(+) create mode 100644 manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.installer.yaml create mode 100644 manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.yaml diff --git a/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.installer.yaml new file mode 100644 index 000000000000..a5dd85f392e0 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: "2025.3" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ProductCode: CLion 2025.3 +ReleaseDate: 2025-12-08 +AppsAndFeaturesEntries: +- DisplayVersion: 253.28294.335 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3.exe + InstallerSha256: E133A267FD485669CFF38395DFFAB273743B318254BB23D9AC2E17950F819E87 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3.exe + InstallerSha256: E133A267FD485669CFF38395DFFAB273743B318254BB23D9AC2E17950F819E87 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3-aarch64.exe + InstallerSha256: 0B65C5050DC82A55C920CC5E1AA3001983D627013713A426F386C513D1050C8C +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2025.3-aarch64.exe + InstallerSha256: 0B65C5050DC82A55C920CC5E1AA3001983D627013713A426F386C513D1050C8C + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 000000000000..f19b9d68b454 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JetBrains.CLion +PackageVersion: "2025.3" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + CLion 2025.3 is now available, offering faster performance, deeper insight into compile-time evaluations, expanded debugger options, a new default look, and more. Here are the highlights: + - You can now write code faster and work more efficiently thanks to our new C and C++ language engine, CLion Nova, which we’ve made the default in this release. With this engine enabled, the IDE is up to four times faster at code highlighting, error detection, code completion, and refactoring compared to the legacy CLion Classic engine. + - The Constexpr Debugger is a one-of-a-kind tool that provides insights into compile-time evaluations, particularly for constexpr and consteval code – something that no other IDE currently offers. + - CLion now supports the Debug Adapter Protocol (DAP), bringing the IDE closer to being debugger-agnostic. With DAP technology, CLion can communicate with a range of additional debuggers. Besides the bundled LLDB and GDB, you can now use third-party implementations that support this protocol. + - The Islands theme is now the default look in CLion. Designed to help you stay focused and code with ease, it features instantly recognizable tabs, enhanced in-editor contrast, distinct separation between work areas, and rounded corners. + - We’ve improved the user experience for embedded system developers who work with the Serial Port Monitor, PlatformIO, and Rust plugins. These plugins are now integrated into the IDE, so you no longer need to install them manually. + - CLion now supports the Visual Studio 2026 toolchain for Windows – giving you access to the new MSVC build tools v14.50, including v19.50 of the C++ compiler. + - We’ve streamlined the project configuration process for developers working with the nRF Connect SDK. Now, CLion accepts sysbuild as the default build configuration for these projects, allowing you to build, run, and debug them without needing to configure additional West settings. + - With the CLion Nova engine, you can now explore and adopt C++26 features like pack indexing, expansion statements, and contracts, plus get clearer diagnostics when constexpr evaluations fail. + - You can now choose the right AI agent for each task, Junie or Clause Agent, connect your own API keys and models, and get full transparency into your usage and costs. + Read our blog post to learn more about all the key updates and improvements. + Please share your feedback and report any issues to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654449 +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 000000000000..6310c549ef38 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: "2025.3" +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: 专有软件 +ShortDescription: C 和 C++ 跨平台 IDE +Description: JetBrains 出品的强大 IDE 帮助您在 Linux、macOS 和 Windows 上进行 C 和 C++ 开发。 +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654449 +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.yaml new file mode 100644 index 000000000000..e71b3afa0157 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2025.3/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: "2025.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 589f7b65b1f046a732acfe39f4fbb284adfaf8a6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:11:04 +0800 Subject: [PATCH 16/30] New version: JetBrains.GoLand version 2025.3 (#320559) --- .../2025.3/JetBrains.GoLand.installer.yaml | 37 ++++++++++++++ .../2025.3/JetBrains.GoLand.locale.en-US.yaml | 50 +++++++++++++++++++ .../2025.3/JetBrains.GoLand.locale.zh-CN.yaml | 25 ++++++++++ .../GoLand/2025.3/JetBrains.GoLand.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.installer.yaml create mode 100644 manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.yaml diff --git a/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.installer.yaml new file mode 100644 index 000000000000..1d22ae45385f --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.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: JetBrains.GoLand +PackageVersion: "2025.3" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ProductCode: GoLand 2025.3 +ReleaseDate: 2025-12-08 +AppsAndFeaturesEntries: +- DisplayVersion: 253.28294.337 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2025.3.exe + InstallerSha256: 31857A15BE18FD7561132D75DB4BF746937BC73A61A8CFCAADB623E41CA266A0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2025.3.exe + InstallerSha256: 31857A15BE18FD7561132D75DB4BF746937BC73A61A8CFCAADB623E41CA266A0 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2025.3-aarch64.exe + InstallerSha256: 48F26B3D2610A8218D3EC70FC7D0D6E9B2CA1900EB440404F7A00E0605CA8237 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2025.3-aarch64.exe + InstallerSha256: 48F26B3D2610A8218D3EC70FC7D0D6E9B2CA1900EB440404F7A00E0605CA8237 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 000000000000..3811e11f9c6b --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.en-US.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: JetBrains.GoLand +PackageVersion: "2025.3" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: The complete IDE crafted for Gophers +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2025.3 is now available! + This release brings major upgrades that help you write cleaner and more efficient code. You will find on-the-fly resource leak detection, bundled Terraform support, smoother single-file editing, updates to golangci-lint, performance improvements across the IDE, and more. + The most prominent highlights of this release are: + - Early resource leak detection with a new local inspection + - Multi-agent AI experience with Claude Agent and Junie + - Terraform plugin bundled and enabled by default + - Kubernetes workflow improvements for smoother deployments + - Single-file editing with no project setup required + - Support for golangci-lint fmt and improved integration quality + - The Islands theme as the new default UI + - Platform-level performance and stability improvements + - New redundant 'else' inspection for cleaner control flow + - Folding support for directive blocks in go.mod + - In-IDE AI quota tracking and the upcoming Bring Your Own Key support + For a complete rundown of the new features, visit our What's New page. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231736023 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 000000000000..a67a520d41c9 --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: "2025.3" +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +ShortDescription: 为 Go 开发者打造的完整 IDE +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231736023 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.yaml new file mode 100644 index 000000000000..62f4bfba3a0c --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2025.3/JetBrains.GoLand.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: JetBrains.GoLand +PackageVersion: "2025.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 38c34f5c9585ae5e69b9321f20dcb7b349a97184 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sat, 27 Dec 2025 04:10:40 +0100 Subject: [PATCH 17/30] New version: vim.vim.nightly version 9.1.2022 (#326446) --- .../9.1.2022/vim.vim.nightly.installer.yaml | 36 ++++++++ .../vim.vim.nightly.locale.en-US.yaml | 91 +++++++++++++++++++ .../vim/nightly/9.1.2022/vim.vim.nightly.yaml | 8 ++ 3 files changed, 135 insertions(+) create mode 100644 manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.installer.yaml create mode 100644 manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.locale.en-US.yaml create mode 100644 manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.yaml diff --git a/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..a69ada494de3 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.installer.yaml @@ -0,0 +1,36 @@ +# 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: vim.vim.nightly +PackageVersion: 9.1.2022 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.1 +ReleaseDate: 2025-12-26 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2022/gvim_9.1.2022_x86.exe + InstallerSha256: FD697E41C5BDCDE5BF9095661A8BE9FFA31CFE7ED142B126E1DECB00B0C81C21 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Vim' +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2022/gvim_9.1.2022_x64.exe + InstallerSha256: E8253B98CAB2773E7B45864BA800D0659987397A22FE7D5C69882470EF8CA382 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Vim' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..1713a188adaf --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,91 @@ +# 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: vim.vim.nightly +PackageVersion: 9.1.2022 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.1.2022 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - runtime(doc): remove some fixed items from todo.txt + - 9.1.2022: using C++ keyword class as member variable name + - runtime(netrw): Fix reading UNC paths on windows + - runtime(compiler): ignore 'Found' messages in ruff and ty compiler + - 9.1.2021: filetype: fluent files are not recognized + - runtime(termdebug): update v:shell_error condition test. + - 9.1.2020: tests: test_virtualedit.vim leaves swapfiles behind + - 9.1.2019: inconsistent cursor encoding past EOL with ve=all + - 9.1.2018: proto: ops.pro outdated + - runtime(osc52): A few minor fixes + - runtime(doc): add reference to searchcount() function + - runtime(doc): Improve :catch documentation + - runtime(make): Makefile highlighting breaks with ')' in string + - runtime(make): Move target greedy match after $() to avoid region matching overflow + - 9.1.2017: getregionpos() depends on 'linebreak' setting + - 9.1.2016: cindent wrong indentation after do-while loop + - 9.1.2015: blob2string() stopped after an empty line + - 9.1.2014: clipboard: clipboard register corrupted with clipboard provider + - 9.1.2013: tests: Test_terminal_shell_option fails with conpty + - 9.1.2012: Vim9: cannot initialize class member with protected var + - runtime(ftplugin): set different formatoptions for bpftrace + - 9.1.2011: crash when unreferencing gtk icon theme + - 9.1.2010: Missing out-of-memory checks in vim9class.c + - runtime(bpftrace): add base syntax plugin + - 9.1.2009: tests: "Xm4" test directory may not be deleted + - 9.1.2008: filetype: hylo files are not recognized + - translation(sr): Update Serbian message translation + - 9.1.2007: filetype: bpftrace hashbang lines are not recognized + Files: + 🔓 Unsigned Files: + - gvim_9.1.2022_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.1.2022_x64.exe + 64-bit installer + - gvim_9.1.2022_arm64.exe + ARM 64-bit installer + - gvim_9.1.2022_x86.zip + 32-bit zip archive + - gvim_9.1.2022_x64.zip + 64-bit zip archive + - gvim_9.1.2022_arm64.zip + ARM 64-bit zip archive + - gvim_9.1.2022_x86_pdb.zip + pdb files for debugging the corresponding 32-bit executable + - gvim_9.1.2022_x64_pdb.zip + pdb files for debugging the corresponding 64-bit executable + Interface Information + - Strawberry Perl 5.32 + - LuaBinaries 5.4 + - Python 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.2 + - libsodium 1.0.19 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.2022 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.yaml new file mode 100644 index 000000000000..949e0e5f6341 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.2022/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.1.2022 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 1c6b9f72e7592c113d499a1852d55665c66e59f2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 11:57:16 +0800 Subject: [PATCH 18/30] New version: PawelSalawa.SQLiteStudio version 3.4.19 (#326450) --- .../PawelSalawa.SQLiteStudio.installer.yaml | 35 +++++++++++++++++++ ...PawelSalawa.SQLiteStudio.locale.en-US.yaml | 35 +++++++++++++++++++ ...PawelSalawa.SQLiteStudio.locale.zh-CN.yaml | 28 +++++++++++++++ .../3.4.19/PawelSalawa.SQLiteStudio.yaml | 8 +++++ 4 files changed, 106 insertions(+) create mode 100644 manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.installer.yaml create mode 100644 manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.en-US.yaml create mode 100644 manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.zh-CN.yaml create mode 100644 manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.yaml diff --git a/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.installer.yaml b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.installer.yaml new file mode 100644 index 000000000000..6a89f7718a9f --- /dev/null +++ b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PawelSalawa.SQLiteStudio +PackageVersion: 3.4.19 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --mode unattended --unattendedmodeui none + SilentWithProgress: --mode unattended --unattendedmodeui minimal + InstallLocation: --prefix "" + Custom: --install_for all +UpgradeBehavior: install +FileExtensions: +- db +- db3 +- s3db +- sdb +- sqlite +- sqlite3 +ProductCode: SQLiteStudio +ReleaseDate: 2025-12-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.19/SQLiteStudio-3.4.19-windows-x86-installer.exe + InstallerSha256: 1977672C943182101553FC9EE7DFE07E9F26196FFD0CB8E11C610406CDBC4B1C +- Architecture: x64 + InstallerUrl: https://github.com/pawelsalawa/sqlitestudio/releases/download/3.4.19/SQLiteStudio-3.4.19-windows-x64-installer.exe + InstallerSha256: 55E390949884C52A51B32F474632393BBD115856BE03BADE3CF2C6057A2267A5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.en-US.yaml b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.en-US.yaml new file mode 100644 index 000000000000..3d05f0e8934f --- /dev/null +++ b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.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: PawelSalawa.SQLiteStudio +PackageVersion: 3.4.19 +PackageLocale: en-US +Publisher: sqlitestudio.pl +PublisherUrl: https://www.sqlitestudio.pl/ +PublisherSupportUrl: https://github.com/pawelsalawa/sqlitestudio/issues +Author: Paweł Salawa +PackageName: SQLiteStudio +PackageUrl: https://www.sqlitestudio.pl/ +License: GPL-3.0 +LicenseUrl: https://github.com/pawelsalawa/sqlitestudio/blob/HEAD/LICENSE +Copyright: Copyright © sqlitestudio.pl 2025 +ShortDescription: Create, edit, browse SQLite databases. +Description: SQLiteStudio is desktop application for browsing and editing SQLite database files. It is aimed for people, who know what SQLite is, or what relational databases are in general. +Tags: +- database +- db +- sql +- sqlite +ReleaseNotes: |- + - BUGFIX: #5443 Fixed data entering in Grid View after it has got broken in 3.4.18 (entering editing mode by starting to type jumped to wrong cell). + - BUGFIX: #5447 Database object filtering improved - both speed (3x) and reliability (i.e. typing while filtering is in progress). + - BUGFIX: #5450 Increased precision for very small decimal numbers (like 1e-15). + - BUGFIX: #5440 Fixed formatting string literals in WITH-CTE clause. + - BUGFIX: #5436 Updated syntax definitions to support VALUES clause after UNION ALL. + - BUGFIX: Fixed manual updates checking in case when automatic on-startup checking is disabled. +ReleaseNotesUrl: https://github.com/pawelsalawa/sqlitestudio/blob/HEAD/ChangeLog.md#3419 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/pawelsalawa/sqlitestudio/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.zh-CN.yaml b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.zh-CN.yaml new file mode 100644 index 000000000000..1e4c1565b385 --- /dev/null +++ b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: PawelSalawa.SQLiteStudio +PackageVersion: 3.4.19 +PackageLocale: zh-CN +Publisher: sqlitestudio.pl +PublisherUrl: https://www.sqlitestudio.pl/ +PublisherSupportUrl: https://github.com/pawelsalawa/sqlitestudio/issues +Author: Paweł Salawa +PackageName: SQLiteStudio +PackageUrl: https://www.sqlitestudio.pl/ +License: GPL-3.0 +LicenseUrl: https://github.com/pawelsalawa/sqlitestudio/blob/HEAD/LICENSE +Copyright: Copyright © sqlitestudio.pl 2025 +ShortDescription: 创建、编辑、浏览 SQLite 数据库。 +Description: SQLiteStudio 是一款用于浏览和编辑 SQLite 数据库文件的桌面应用程序,面向了解 SQLite 或一般关系数据库的用户。 +Tags: +- db +- sql +- sqlite +- 数据库 +ReleaseNotesUrl: https://github.com/pawelsalawa/sqlitestudio/blob/HEAD/ChangeLog.md#3419 +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://github.com/pawelsalawa/sqlitestudio/wiki +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.yaml b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.yaml new file mode 100644 index 000000000000..60340fd5886d --- /dev/null +++ b/manifests/p/PawelSalawa/SQLiteStudio/3.4.19/PawelSalawa.SQLiteStudio.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: PawelSalawa.SQLiteStudio +PackageVersion: 3.4.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From cf72dea0f1de6129ba00df7d74ad8b4197050f77 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:01:35 +0800 Subject: [PATCH 19/30] New version: Gravitational.Teleport version 18.6.2 (#326414) --- .../Gravitational.Teleport.installer.yaml | 21 ++++++++++ .../Gravitational.Teleport.locale.en-US.yaml | 38 +++++++++++++++++++ .../Gravitational.Teleport.locale.zh-CN.yaml | 31 +++++++++++++++ .../18.6.2/Gravitational.Teleport.yaml | 8 ++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.installer.yaml create mode 100644 manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.en-US.yaml create mode 100644 manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.zh-CN.yaml create mode 100644 manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.yaml diff --git a/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.installer.yaml b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.installer.yaml new file mode 100644 index 000000000000..a5cb695d5d53 --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.6.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tbot.exe +- RelativeFilePath: tctl.exe +- RelativeFilePath: tsh.exe +Commands: +- tbot +- tctl +- tsh +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.teleport.dev/teleport-v18.6.2-windows-amd64-bin.zip + InstallerSha256: F391BB1A49753FAAC46482EF17017638932B8707E6C4E03E5394919A153A2BDE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.en-US.yaml b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.en-US.yaml new file mode 100644 index 000000000000..c75a37f8002b --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.6.2 +PackageLocale: en-US +Publisher: Gravitational, Inc. +Author: Gravitational, Inc. +PackageName: Teleport +License: AGPL-3.0 +LicenseUrl: https://github.com/gravitational/teleport/blob/HEAD/LICENSE +Copyright: © 2025 Gravitational Inc.; all rights reserved. +ShortDescription: Teleport provides connectivity, authentication, access controls and audit for infrastructure. +Description: |- + Teleport includes an identity-aware access proxy, a CA that issues short-lived certificates, a unified access control system and a tunneling system to access resources behind the firewall. + We have implemented Teleport as a single Go binary that integrates with multiple protocols and cloud services: + - SSH nodes. + - Kubernetes clusters + - PostgreSQL, MongoDB, CockroachDB and MySQL databases. + - Internal Web apps. + - Windows Hosts. + - Networked servers. + You can set up Teleport as a Linux daemon or a Kubernetes deployment. + Teleport focuses on best practices for infrastructure security: + - No need to manage shared secrets such as SSH keys or Kubernetes tokens: it uses certificate-based auth with certificate expiration for all protocols. + - Two-factor authentication (2FA) for everything. + - Collaboratively troubleshoot issues through session sharing. + - Single sign-on (SSO) for everything via GitHub Auth, OpenID Connect, or SAML with endpoints like Okta or Microsoft Entra ID. + - Infrastructure introspection: Use Teleport via the CLI or Web UI to view the status of every SSH node, database instance, Kubernetes cluster, or internal web app. + Teleport uses Go crypto. It is fully compatible with OpenSSH, sshd servers, and ssh clients, Kubernetes clusters and more. +ReleaseNotes: Teleport 18.6.2 +ReleaseNotesUrl: https://github.com/gravitational/teleport/releases +PurchaseUrl: https://goteleport.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://goteleport.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.zh-CN.yaml b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.zh-CN.yaml new file mode 100644 index 000000000000..c08b9738a413 --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Gravitational.Teleport +PackageVersion: 18.6.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Teleport 提供连接、身份验证、访问控制和审计功能,适用于基础设施。 +Description: |- + Teleport 包含一个具备身份识别能力的访问代理、签发短期证书的 CA(证书颁发机构)、统一的访问控制系统以及穿透防火墙访问资源的隧道系统。 + 我们已将 Teleport 实现为单一 Go 二进制程序,可集成多种协议和云服务: + - SSH 节点 + - Kubernetes 集群 + - PostgreSQL、MongoDB、CockroachDB 和 MySQL 数据库 + - 内部 Web 应用 + - Windows 主机 + - 联网服务器 + 您可以将 Teleport 部署为 Linux 守护进程或 Kubernetes 应用。 + Teleport 专注于基础设施安全的最佳实践: + - 无需管理 SSH 密钥或 Kubernetes 令牌等共享密钥:所有协议均采用带过期时间的证书认证 + - 全面支持双因素认证(2FA) + - 通过会话共享协作排查问题 + - 通过 GitHub 认证、OpenID Connect 或与 Okta/Microsoft Entra ID 等端点对接的 SAML 实现统一单点登录(SSO) + - 基础设施可视化:通过 CLI 或 Web 界面查看每个 SSH 节点、数据库实例、Kubernetes 集群或内部 Web 应用的状态 + Teleport 采用 Go 加密库,完全兼容 OpenSSH、sshd 服务器、ssh 客户端、Kubernetes 集群等系统。 +ReleaseNotesUrl: https://github.com/gravitational/teleport/releases +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://goteleport.com/docs/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.yaml b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.yaml new file mode 100644 index 000000000000..bb0fab2c5446 --- /dev/null +++ b/manifests/g/Gravitational/Teleport/18.6.2/Gravitational.Teleport.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: Gravitational.Teleport +PackageVersion: 18.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 1baeb77c2c1f7463aaf2b35c7b6896965cdf809f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:01:51 +0800 Subject: [PATCH 20/30] New version: Procore.ProcoreDrive version 3.0.6 (#326115) --- .../{3.0.5 => 3.0.6}/Procore.ProcoreDrive.installer.yaml | 8 ++++---- .../Procore.ProcoreDrive.locale.en-US.yaml | 3 +-- .../Procore.ProcoreDrive.locale.zh-CN.yaml | 2 +- .../{3.0.5 => 3.0.6}/Procore.ProcoreDrive.yaml | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) rename manifests/p/Procore/ProcoreDrive/{3.0.5 => 3.0.6}/Procore.ProcoreDrive.installer.yaml (74%) rename manifests/p/Procore/ProcoreDrive/{3.0.5 => 3.0.6}/Procore.ProcoreDrive.locale.en-US.yaml (94%) rename manifests/p/Procore/ProcoreDrive/{3.0.5 => 3.0.6}/Procore.ProcoreDrive.locale.zh-CN.yaml (98%) rename manifests/p/Procore/ProcoreDrive/{3.0.5 => 3.0.6}/Procore.ProcoreDrive.yaml (91%) diff --git a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.installer.yaml b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml similarity index 74% rename from manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.installer.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml index 8afdb7970f28..094bcc61569e 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.installer.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml @@ -2,23 +2,23 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.5 +PackageVersion: 3.0.6 InstallerType: exe InstallModes: - interactive - silent UpgradeBehavior: install ProductCode: Procore Technologies.Procore Drive -ReleaseDate: 2025-11-11 +ReleaseDate: 2025-12-24 Installers: - Architecture: x64 Scope: user InstallerUrl: https://procore-drive.s3.amazonaws.com/ProcoreDriveSetup.exe - InstallerSha256: 23EC587C9BE9F99FD755CC7903BBE4FD95F47D038C3CB263E292B8151AC45E54 + InstallerSha256: B2A3EFACA83C469645A12D4F6082E7CA373DC3CA12F90AACCCC2B84A90E2BA28 - Architecture: x64 Scope: machine InstallerUrl: https://procore-drive.s3.amazonaws.com/ProcoreDriveSetup.exe - InstallerSha256: 23EC587C9BE9F99FD755CC7903BBE4FD95F47D038C3CB263E292B8151AC45E54 + InstallerSha256: B2A3EFACA83C469645A12D4F6082E7CA373DC3CA12F90AACCCC2B84A90E2BA28 ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.locale.en-US.yaml b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml similarity index 94% rename from manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.locale.en-US.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml index 0e48adfe24fc..ad72e43e77d4 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.locale.en-US.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.5 +PackageVersion: 3.0.6 PackageLocale: en-US Publisher: Procore Technologies PublisherUrl: https://www.procore.com/ @@ -33,7 +33,6 @@ Tags: - share - sync - upload -ReleaseNotes: '- Internal improvements to enhance application stability and quality.' ReleaseNotesUrl: https://support.procore.com/products/procore-drive/release-notes ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.locale.zh-CN.yaml b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml similarity index 98% rename from manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.locale.zh-CN.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml index eda55fa438b6..62a2b2787019 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.locale.zh-CN.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.5 +PackageVersion: 3.0.6 PackageLocale: zh-CN PublisherSupportUrl: https://zh-sg.support.procore.com/ PackageUrl: https://zh-sg.support.procore.com/products/procore-drive diff --git a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.yaml b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml similarity index 91% rename from manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml index cde8b1c13f66..6759745cc185 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.5/Procore.ProcoreDrive.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.5 +PackageVersion: 3.0.6 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From c4d693f9221ee8a14b7057c26e469cdc52885f6d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:02:01 +0800 Subject: [PATCH 21/30] New version: Hellofont.Hellofont version 5.0.3 (#325998) Co-authored-by: SpecterShell <56779163+SpecterShell@users.noreply.github.com> --- .../5.0.3/Hellofont.Hellofont.installer.yaml | 26 ++++++++++++++++++ .../Hellofont.Hellofont.locale.en-US.yaml | 15 +++++++++++ .../Hellofont.Hellofont.locale.zh-CN.yaml | 27 +++++++++++++++++++ .../Hellofont/5.0.3/Hellofont.Hellofont.yaml | 8 ++++++ 4 files changed, 76 insertions(+) create mode 100644 manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.installer.yaml create mode 100644 manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.en-US.yaml create mode 100644 manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.zh-CN.yaml create mode 100644 manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.yaml diff --git a/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.installer.yaml b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.installer.yaml new file mode 100644 index 000000000000..ee9e11f04737 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 5.0.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 8f053ba5-859b-5478-9c49-deb6f1af94af +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.hellofont.cn/Client/Release/channels/official/字由%20Setup%205.0.3.exe + InstallerSha256: 90F2C1B2195C01E3DB3D847788CF8EBC7F236AB28D89681BF48A67B32DE1CEB2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.hellofont.cn/Client/Release/channels/official/字由%20Setup%205.0.3.exe + InstallerSha256: 90F2C1B2195C01E3DB3D847788CF8EBC7F236AB28D89681BF48A67B32DE1CEB2 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.en-US.yaml b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.en-US.yaml new file mode 100644 index 000000000000..92343690b3b0 --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Hellofont.Hellofont +PackageVersion: 5.0.3 +PackageLocale: en-US +Author: Shanghai Yichuang Information Technology Co., Ltd. +License: Proprietary +ShortDescription: A font tool tailored for designers +Description: Hellofont is a font tool tailored for designers where you can find your favorite fonts quickly through collection, search, tags, cases, etc., and use them seamlessly in design software. +Tags: +- design +- font +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.zh-CN.yaml b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.zh-CN.yaml new file mode 100644 index 000000000000..912abad5ff7e --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.locale.zh-CN.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: Hellofont.Hellofont +PackageVersion: 5.0.3 +PackageLocale: zh-CN +Publisher: Hellofont +PublisherUrl: https://www.hellofont.cn/ +PublisherSupportUrl: https://www.hellofont.cn/download-faq +Author: 上海驿创信息技术有限公司 +PackageName: 字由 +PackageUrl: https://www.hellofont.cn/download +License: 专有软件 +LicenseUrl: https://www.hellofont.cn/doc?tag=user-agreement +Copyright: Copyright © 2025 Hellofont +ShortDescription: 为设计师量身定制的一款用字工具 +Description: 字由是为设计师量身定做的一款字体工具,设计师可以通过收藏、搜索、标签、案例等快速找到心仪的字体,并在设计软件中无缝使用这些字体。 +Tags: +- 字体 +- 设计 +ReleaseNotes: |- + 新增功能: + - 支持开机自启动隐藏 +ReleaseNotesUrl: https://www.hellofont.cn/download +PurchaseUrl: https://www.hellofont.cn/member +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.yaml b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.yaml new file mode 100644 index 000000000000..401ca2bd589e --- /dev/null +++ b/manifests/h/Hellofont/Hellofont/5.0.3/Hellofont.Hellofont.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: Hellofont.Hellofont +PackageVersion: 5.0.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From 64d69a192ea5bb451e1e6c7de74d049a88d8a76a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:02:36 +0800 Subject: [PATCH 22/30] New version: legeling.PromptHub version 0.3.0 (#324343) --- .../0.3.0/legeling.PromptHub.installer.yaml | 38 ++++++++++++++++++ .../legeling.PromptHub.locale.en-US.yaml | 31 ++++++++++++++ .../legeling.PromptHub.locale.zh-CN.yaml | 40 +++++++++++++++++++ .../PromptHub/0.3.0/legeling.PromptHub.yaml | 8 ++++ 4 files changed, 117 insertions(+) create mode 100644 manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.installer.yaml create mode 100644 manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.en-US.yaml create mode 100644 manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.zh-CN.yaml create mode 100644 manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.yaml diff --git a/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.installer.yaml b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.installer.yaml new file mode 100644 index 000000000000..fb0d029ba942 --- /dev/null +++ b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: legeling.PromptHub +PackageVersion: 0.3.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 16181c11-b075-53d6-87cb-f192f9b74217 +ReleaseDate: 2025-12-18 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/legeling/PromptHub/releases/download/v0.3.0/PromptHub-Setup-0.3.0-x64.exe + InstallerSha256: EAAA963F81788876F95E19F770396A54ECF2E8D033B877F74B1DE0CE7D000ECA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/legeling/PromptHub/releases/download/v0.3.0/PromptHub-Setup-0.3.0-x64.exe + InstallerSha256: EAAA963F81788876F95E19F770396A54ECF2E8D033B877F74B1DE0CE7D000ECA + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/legeling/PromptHub/releases/download/v0.3.0/PromptHub-Setup-0.3.0-arm64.exe + InstallerSha256: 84071079D30F2F3CC8B3B08483FBB0E2CFC86594EDCD231C0BA6A04747615946 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/legeling/PromptHub/releases/download/v0.3.0/PromptHub-Setup-0.3.0-arm64.exe + InstallerSha256: 84071079D30F2F3CC8B3B08483FBB0E2CFC86594EDCD231C0BA6A04747615946 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.en-US.yaml b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.en-US.yaml new file mode 100644 index 000000000000..2926cd6677aa --- /dev/null +++ b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: legeling.PromptHub +PackageVersion: 0.3.0 +PackageLocale: en-US +ShortDescription: An open-source, local-first AI prompt management tool that helps you efficiently manage, version-control, and reuse your prompts +Description: |- + Tired of searching for prompts in notebooks, documents, and chat histories? PromptHub lets you manage prompts like code — version control, variable templates, multi-model testing, all local and privacy-first. + ✨ Features + - 📝 Prompt Management - Create, edit, delete with folder and tag organization + - ⭐ Favorites - Quick access to frequently used prompts + - 🔄 Version Control - Auto-save history with view and rollback support + - 🔧 Variable System - Template variables {{variable}} with dynamic replacement + - 📋 One-Click Copy - Quickly copy prompts to clipboard + - 🔍 Full-Text Search - Fast search across titles, descriptions, and content + - 📤 Data Export - JSON format backup and restore + - 🎨 Theme Customization - Dark/Light/System modes with multiple accent colors + - 🌐 Multi-Language - Chinese and English interface support + - 💾 Local Storage - All data stored locally for privacy + - 🖥️ Cross-Platform - Support for macOS, Windows, Linux + - 📊 List View - Table-style display with sorting and batch operations + - 🤖 AI Testing - Built-in multi-model testing with 18+ providers +Tags: +- ai +- chatbot +- large-language-model +- llm +- prompt +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.zh-CN.yaml b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.zh-CN.yaml new file mode 100644 index 000000000000..23322bb96e78 --- /dev/null +++ b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: legeling.PromptHub +PackageVersion: 0.3.0 +PackageLocale: zh-CN +Publisher: legeling +PublisherUrl: https://github.com/legeling +PublisherSupportUrl: https://github.com/legeling/PromptHub/issues +Author: 凌小添 +PackageName: PromptHub +PackageUrl: https://github.com/legeling/PromptHub +License: AGPL-3.0 +LicenseUrl: https://github.com/legeling/PromptHub/blob/HEAD/LICENSE +Copyright: © 2025 PromptHub +ShortDescription: 一款开源、纯本地 AI Prompt 管理工具,帮助你高效管理、版本控制和复用 Prompt +Description: |- + 还在笔记本、文档和聊天记录里到处翻找 Prompt?PromptHub 让你像管理代码一样管理 Prompt — 支持版本控制、变量模板、多模型测试,所有数据都存在本地,隐私安全有保障。 + ✨ 功能特性 + - 📝 Prompt 管理 - 创建、编辑、删除,支持文件夹和标签分类 + - ⭐ 收藏系统 - 快速收藏常用 Prompt,一键访问 + - 🔄 版本控制 - 自动保存历史版本,支持查看和回滚 + - 🔧 变量系统 - 模板变量 {{variable}},动态替换 + - 📋 一键复制 - 快速复制 Prompt 到剪贴板 + - 🔍 全文搜索 - 快速搜索标题、描述和内容 + - 📤 数据导出 - JSON 格式备份和恢复 + - 🎨 主题定制 - 深色/浅色/跟随系统,多种主题色可选 + - 🌐 多语言 - 支持中文和英文界面 + - 💾 本地存储 - 所有数据存储在本地,隐私安全有保障 + - 🖥️ 跨平台 - 支持 macOS、Windows、Linux + - 📊 列表视图 - 表格式展示 Prompt,支持排序和批量操作 + - 🤖 AI 测试 - 内置多模型测试,支持 18+ 服务商 +Tags: +- 人工智能 +- 大语言模型 +- 提示词 +- 聊天机器人 +ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/README.md +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.yaml b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.yaml new file mode 100644 index 000000000000..af82d44ec472 --- /dev/null +++ b/manifests/l/legeling/PromptHub/0.3.0/legeling.PromptHub.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: legeling.PromptHub +PackageVersion: 0.3.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From 75cec5af5387fe7cb97a9dad73ff5b3f9adde789 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:03:39 +0800 Subject: [PATCH 23/30] New version: Netbird.Netbird version 0.60.9 (#325630) --- .../0.60.9/Netbird.Netbird.installer.yaml | 45 +++++++++++++++++++ .../0.60.9/Netbird.Netbird.locale.en-US.yaml | 39 ++++++++++++++++ .../0.60.9/Netbird.Netbird.locale.zh-CN.yaml | 22 +++++++++ .../Netbird/0.60.9/Netbird.Netbird.yaml | 8 ++++ 4 files changed, 114 insertions(+) create mode 100644 manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.installer.yaml create mode 100644 manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.en-US.yaml create mode 100644 manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.zh-CN.yaml create mode 100644 manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.yaml diff --git a/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.installer.yaml b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.installer.yaml new file mode 100644 index 000000000000..6385b1f115d2 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.60.9 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2025-12-22 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.9/netbird_installer_0.60.9_windows_amd64.msi + InstallerSha256: A26ADE2F04DC571CC9216AB16C3DC2D736BDB2542964F82C69BBAEBEA0AE94F6 + ProductCode: '{D3CD4E39-C353-4C3E-AF6F-CE3B15D0AB5D}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.60.9 + ProductCode: '{D3CD4E39-C353-4C3E-AF6F-CE3B15D0AB5D}' + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.9/netbird_installer_0.60.9_windows_amd64.exe + InstallerSha256: 7128A1098B8051E3456AEBE392AF42CC758875E3E1EE48DD061A8554CE96AB8F + ProductCode: Netbird + AppsAndFeaturesEntries: + - Publisher: Netbird + DisplayVersion: 0.60.9.20441948690 +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.9/netbird_installer_0.60.9_windows_arm64.msi + InstallerSha256: 5209D38EA1D47ECC45CEC2B9B752C2283AC5E34D77B565E1605BB69DFD5C2927 + ProductCode: '{8682250D-6F4F-4B9F-BDB2-9B21654A811C}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.60.9 + ProductCode: '{8682250D-6F4F-4B9F-BDB2-9B21654A811C}' + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.9/netbird_installer_0.60.9_windows_arm64.exe + InstallerSha256: BAD3061B04E3601BA4D5B59AB854B86CC360F753B5307A86DF67CF53A22E3247 + ProductCode: Netbird + AppsAndFeaturesEntries: + - Publisher: Netbird + DisplayVersion: 0.60.9.20441948690 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.en-US.yaml b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.en-US.yaml new file mode 100644 index 000000000000..54ea578e6ba9 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.60.9 +PackageLocale: en-US +Publisher: NetBird GmbH +PublisherUrl: https://netbird.io/ +PublisherSupportUrl: https://github.com/netbirdio/netbird/issues +PrivacyUrl: https://netbird.io/privacy +Author: Wiretrustee UG (haftungsbeschreankt) +PackageName: Netbird +PackageUrl: https://netbird.io/ +License: BSD-3-Clause +LicenseUrl: https://github.com/netbirdio/netbird/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Wiretrustee UG (haftungsbeschränkt) & AUTHORS +CopyrightUrl: https://netbird.io/terms +ShortDescription: Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. +Description: |- + NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home. + Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. + Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure. +Moniker: netbird +Tags: +- network +- security +- vpn +- wireguard +ReleaseNotes: |- + What's Changed + - [client] lookup for management domains using an additional timeout #4983 + Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.8...v0.60.9 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.60.9 +PurchaseUrl: https://netbird.io/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.netbird.io/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.zh-CN.yaml b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.zh-CN.yaml new file mode 100644 index 000000000000..3530ca97a79c --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.60.9 +PackageLocale: zh-CN +ShortDescription: 通过 SSO、MFA 和细粒度访问控制,将设备连接到基于 WireGuard® 的安全覆盖网络。 +Description: |- + NetBird 将免配置点对点专用网络和集中式访问控制系统结合在一个平台中,帮助您轻松为组织或家庭创建安全的专用网络。 + 连接:NetBird 创建基于 WireGuard 的覆盖网络,通过加密隧道自动连接您的机器,省去了打开端口、复杂防火墙规则、VPN 网关等麻烦。 + 安全:NetBird 通过应用细粒度的访问策略实现安全的远程访问,同时允许您从一个地方对其进行直观的管理。在任何基础设施上通用。 +Tags: +- vpn +- wireguard +- 安全 +- 网络 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.60.9 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.netbird.io/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.yaml b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.yaml new file mode 100644 index 000000000000..6c78d8ef3fa9 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.9/Netbird.Netbird.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: Netbird.Netbird +PackageVersion: 0.60.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From c3437557e6ab86c22a8e8e8e5bd7788b9c9bf775 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:03:51 +0800 Subject: [PATCH 24/30] New version: Netbird.Netbird version 0.60.8 (#324326) --- .../0.60.8/Netbird.Netbird.installer.yaml | 45 ++++++++++++++++ .../0.60.8/Netbird.Netbird.locale.en-US.yaml | 51 +++++++++++++++++++ .../0.60.8/Netbird.Netbird.locale.zh-CN.yaml | 22 ++++++++ .../Netbird/0.60.8/Netbird.Netbird.yaml | 8 +++ 4 files changed, 126 insertions(+) create mode 100644 manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.installer.yaml create mode 100644 manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.en-US.yaml create mode 100644 manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.zh-CN.yaml create mode 100644 manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.yaml diff --git a/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.installer.yaml b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.installer.yaml new file mode 100644 index 000000000000..fe8285134b33 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.60.8 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2025-12-18 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.8/netbird_installer_0.60.8_windows_amd64.msi + InstallerSha256: A045BCA18DB6C7888CDD9FA551461EB8F5873F99B839B6516C38694895CB1B13 + ProductCode: '{45A2D87C-6A5A-49F7-A717-569C75F51C96}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.60.8 + ProductCode: '{45A2D87C-6A5A-49F7-A717-569C75F51C96}' + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.8/netbird_installer_0.60.8_windows_amd64.exe + InstallerSha256: 61AAF42F7C56A14EA6CE95624A1FD235C09FFECCF4F440801DDDE567ACCBF65F + ProductCode: Netbird + AppsAndFeaturesEntries: + - Publisher: Netbird + DisplayVersion: 0.60.8.20334017147 +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.8/netbird_installer_0.60.8_windows_arm64.msi + InstallerSha256: 08CE6870461C6CA7EFED5E8527FF629F6C2CFCF17B3BE823B48ADCC68DE92E07 + ProductCode: '{612887AD-E521-4E61-B36E-01F725EF6CDE}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.60.8 + ProductCode: '{612887AD-E521-4E61-B36E-01F725EF6CDE}' + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.60.8/netbird_installer_0.60.8_windows_arm64.exe + InstallerSha256: B9FB8CA74DD6A89BA96EA44C91A5F6C427ED1037883A30DDB91E0328488F0265 + ProductCode: Netbird + AppsAndFeaturesEntries: + - Publisher: Netbird + DisplayVersion: 0.60.8.20334017147 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.en-US.yaml b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.en-US.yaml new file mode 100644 index 000000000000..d6f5b0582256 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.60.8 +PackageLocale: en-US +Publisher: NetBird GmbH +PublisherUrl: https://netbird.io/ +PublisherSupportUrl: https://github.com/netbirdio/netbird/issues +PrivacyUrl: https://netbird.io/privacy +Author: Wiretrustee UG (haftungsbeschreankt) +PackageName: Netbird +PackageUrl: https://netbird.io/ +License: BSD-3-Clause +LicenseUrl: https://github.com/netbirdio/netbird/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Wiretrustee UG (haftungsbeschränkt) & AUTHORS +CopyrightUrl: https://netbird.io/terms +ShortDescription: Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. +Description: |- + NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home. + Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. + Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure. +Moniker: netbird +Tags: +- network +- security +- vpn +- wireguard +ReleaseNotes: |- + What's Changed + - [client] Use setsid to avoid the parent process from being killed via HUP by login by @lixmal in https://github.com/netbirdio/netbird/pull/4900 + - [client] Fix DNS forwarder returning broken records on 4 to 6 mapped IP addresses by @lixmal in https://github.com/netbirdio/netbird/pull/4887 + - [management] cleanup logs by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4933 + - [management] monitoring updates by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4937 + - [management] Fix sync metrics by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4939 + - [management] remove context from store methods by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4940 + - [management] Approve all pending peers when peer approval is disabled by @bcmmbaga in https://github.com/netbirdio/netbird/pull/4806 + - [iOS] Add force relay connection on iOS by @doromaraujo in https://github.com/netbirdio/netbird/pull/4928 + - [relay-server] Add health-check agent recognition to avoid error logs by @pappz in https://github.com/netbirdio/netbird/pull/4917 + - [ci] Add local lint setup with pre-push hook to catch issues early by @pappz in https://github.com/netbirdio/netbird/pull/4925 + - [management] use xid as request id for logging by @pascal-fischer in https://github.com/netbirdio/netbird/pull/4955 + - [client] Add stack trace for bundle by @pappz in https://github.com/netbirdio/netbird/pull/4957 + - [client] Fix deadlock in delayed WG update function by @pappz in https://github.com/netbirdio/netbird/pull/4953 + Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.7...v0.60.8 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.60.8 +PurchaseUrl: https://netbird.io/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.netbird.io/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.zh-CN.yaml b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.zh-CN.yaml new file mode 100644 index 000000000000..f429cdc68fa8 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.60.8 +PackageLocale: zh-CN +ShortDescription: 通过 SSO、MFA 和细粒度访问控制,将设备连接到基于 WireGuard® 的安全覆盖网络。 +Description: |- + NetBird 将免配置点对点专用网络和集中式访问控制系统结合在一个平台中,帮助您轻松为组织或家庭创建安全的专用网络。 + 连接:NetBird 创建基于 WireGuard 的覆盖网络,通过加密隧道自动连接您的机器,省去了打开端口、复杂防火墙规则、VPN 网关等麻烦。 + 安全:NetBird 通过应用细粒度的访问策略实现安全的远程访问,同时允许您从一个地方对其进行直观的管理。在任何基础设施上通用。 +Tags: +- vpn +- wireguard +- 安全 +- 网络 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.60.8 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.netbird.io/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.yaml b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.yaml new file mode 100644 index 000000000000..b55525310893 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.60.8/Netbird.Netbird.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: Netbird.Netbird +PackageVersion: 0.60.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 9c5c5e5ce60665fb2451bc2eeaafb4a8ff326007 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:04:07 +0800 Subject: [PATCH 25/30] New version: Talkdesk.Talkdesk version 3.0.2 (#323594) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../3.0.2/Talkdesk.Talkdesk.installer.yaml | 34 +++++++++++++++++ .../3.0.2/Talkdesk.Talkdesk.locale.en-US.yaml | 38 +++++++++++++++++++ .../3.0.2/Talkdesk.Talkdesk.locale.zh-CN.yaml | 22 +++++++++++ .../Talkdesk/3.0.2/Talkdesk.Talkdesk.yaml | 8 ++++ 4 files changed, 102 insertions(+) create mode 100644 manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.installer.yaml create mode 100644 manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.en-US.yaml create mode 100644 manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.zh-CN.yaml create mode 100644 manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.yaml diff --git a/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.installer.yaml b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.installer.yaml new file mode 100644 index 000000000000..2ece0445c004 --- /dev/null +++ b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Talkdesk.Talkdesk +PackageVersion: 3.0.2 +Protocols: +- td+workspace +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://td-infra-prd-us-east-1-s3-atlaselectron.s3.amazonaws.com/talkdesk-3.0.2.exe + InstallerSha256: 4A9699E095E8F9A3045AA94AF589A5CD3316AF21BC9ACB22F7BD3F0FA0EBA016 + InstallerSwitches: + Upgrade: --updated + ProductCode: 83ea7cc0-b6f6-5f71-b0db-35b1ca03cf1f + AppsAndFeaturesEntries: + - DisplayVersion: 3.0.2 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://td-infra-prd-us-east-1-s3-atlaselectron.s3.amazonaws.com/talkdesk-3.0.2.msi + InstallerSha256: 52B2D68902934981C28CC48EDE193AC2DE7127D6798318097116DA0E2E5924A2 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{B3CD7E31-59AF-49C1-9792-9640B5E6C131}' + AppsAndFeaturesEntries: + - DisplayVersion: 3.0.2.0 + UpgradeCode: '{00E022AC-5531-51F8-8AC6-DBAA847100FF}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Talkdesk' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.en-US.yaml b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.en-US.yaml new file mode 100644 index 000000000000..1f0ca110b9e8 --- /dev/null +++ b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Talkdesk.Talkdesk +PackageVersion: 3.0.2 +PackageLocale: en-US +Publisher: Talkdesk +PublisherUrl: https://www.talkdesk.com/ +PublisherSupportUrl: https://support.talkdesk.com/ +PrivacyUrl: https://www.talkdesk.com/terms-of-service/privacy-notice/ +Author: Talkdesk, Inc. +PackageName: Talkdesk +PackageUrl: https://talkdesk.mytalkdesk.com/atlas/download +License: Proprietary +LicenseUrl: https://www.talkdesk.com/terms-of-service/terms-of-use/ +Copyright: © 2025 Talkdesk Inc. All rights reserved. +CopyrightUrl: https://www.talkdesk.com/terms-of-service/terms-of-use/ +ShortDescription: Agentic AI customer experience platform. +Description: Talkdesk is a global cloud contact center leader for modern AI-powered customer service that is trusted, flexible, and innovative. +Tags: +- bussiness +- communicate +- communication +- crm +- customer +- customer-service +- enterprise +- marketing +- opertion +- service +ReleaseNotes: |- + On Thursday, December 18th, 2025, a new Desktop App version 3.0.2 will be available on the download page. + Enhancement: + - Electron downgrade: We have downgraded Electron to version 31.7.7. in order to resolve performance inconsistencies identified in the previous update. This will enhance a smoother and more user-friendly experience. You can find more details here. + Please see this Product Notice for more information about Talkdesk’s Desktop App release cadence. +PurchaseUrl: https://www.talkdesk.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.zh-CN.yaml b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.locale.zh-CN.yaml new file mode 100644 index 000000000000..ea73570e96bc --- /dev/null +++ b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.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: Talkdesk.Talkdesk +PackageVersion: 3.0.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 智能体 AI 客户体验平台。 +Description: Talkdesk 是全球云端联络中心的领导者,致力于提供现代化 AI 驱动的客户服务解决方案,以可信赖、灵活且创新的服务著称。 +Tags: +- crm +- 企业 +- 商务 +- 客户 +- 客服 +- 服务 +- 沟通 +- 营销 +- 运营 +- 销售 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.yaml b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.yaml new file mode 100644 index 000000000000..5d78fa3e19f8 --- /dev/null +++ b/manifests/t/Talkdesk/Talkdesk/3.0.2/Talkdesk.Talkdesk.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: Talkdesk.Talkdesk +PackageVersion: 3.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 258844a449a968abeceda4acd98c7b6f9305a1f7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:07:22 +0800 Subject: [PATCH 26/30] New version: Serverdata.ElevateTeamsDesktopPlugin version 1.0.114 (#323587) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- ...ta.ElevateTeamsDesktopPlugin.installer.yaml | 18 +++++++++--------- ...ElevateTeamsDesktopPlugin.locale.en-US.yaml | 2 +- ...ElevateTeamsDesktopPlugin.locale.zh-CN.yaml | 2 +- .../Serverdata.ElevateTeamsDesktopPlugin.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) rename manifests/s/Serverdata/ElevateTeamsDesktopPlugin/{1.0.99 => 1.0.114}/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml (77%) rename manifests/s/Serverdata/ElevateTeamsDesktopPlugin/{1.0.99 => 1.0.114}/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml (97%) rename manifests/s/Serverdata/ElevateTeamsDesktopPlugin/{1.0.99 => 1.0.114}/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml (93%) rename manifests/s/Serverdata/ElevateTeamsDesktopPlugin/{1.0.99 => 1.0.114}/Serverdata.ElevateTeamsDesktopPlugin.yaml (91%) diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml similarity index 77% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml index 41cf03eec2f4..62da762254c3 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.99 +PackageVersion: 1.0.114 UpgradeBehavior: install Protocols: - elevate-teams-plugin @@ -11,7 +11,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: FB2085856790AA95B8F13AB2B0F8E252FF61F4472007E58413E75D6A55DBC0A1 + InstallerSha256: 50023405BE76AF30340F3A91E8ED35FEFA024832397F2E7E44EB3339D8127FA5 InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -20,7 +20,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: FB2085856790AA95B8F13AB2B0F8E252FF61F4472007E58413E75D6A55DBC0A1 + InstallerSha256: 50023405BE76AF30340F3A91E8ED35FEFA024832397F2E7E44EB3339D8127FA5 InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -29,7 +29,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: FB2085856790AA95B8F13AB2B0F8E252FF61F4472007E58413E75D6A55DBC0A1 + InstallerSha256: 50023405BE76AF30340F3A91E8ED35FEFA024832397F2E7E44EB3339D8127FA5 InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -38,7 +38,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: FB2085856790AA95B8F13AB2B0F8E252FF61F4472007E58413E75D6A55DBC0A1 + InstallerSha256: 50023405BE76AF30340F3A91E8ED35FEFA024832397F2E7E44EB3339D8127FA5 InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -47,20 +47,20 @@ Installers: InstallerType: wix Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin-ia32.msi - InstallerSha256: 67F1797DBF1995A1DA5A58D5C67FACF81F0932D618A2D59353DB39DDF3DECE5E + InstallerSha256: F939F699A1D81CB698347BCE4545954B7AB31A6E095725A6FD347DA700FE70ED InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{8060DB69-2AB3-4886-B4FC-F0BF5445C61D}' + ProductCode: '{35075EC3-9509-40B9-8928-D998F490428F}' AppsAndFeaturesEntries: - UpgradeCode: '{8093CACB-1F7C-41E2-8BCE-45F01EB98EC5}' - Architecture: x64 InstallerType: wix Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin-x64.msi - InstallerSha256: 7F98A27A8B24853082DD0FF2A07FCF46AA9A2A3C10E658372A4609CD8F00D79B + InstallerSha256: 95F5365E948BC6D28AE13B9056A91B94D887692561ECAD3B0538EDA4696D07D6 InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{54C629D5-572C-4739-BD1A-064F9647D8BC}' + ProductCode: '{0A91A3FF-0FFA-432F-A263-92A27FFE8BA6}' AppsAndFeaturesEntries: - UpgradeCode: '{8093CACB-1F7C-41E2-8BCE-45F01EB98EC5}' ManifestType: installer diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml similarity index 97% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml index 46777458c182..520df7e50b14 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.99 +PackageVersion: 1.0.114 PackageLocale: en-US Publisher: Serverdata.net, Inc. PrivacyUrl: https://serverdata.net/legal/privacy-policy.php diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml similarity index 93% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml index fddccf8f3f90..daa7544d9885 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.99 +PackageVersion: 1.0.114 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于 Microsoft Teams 用户的 Elevate Teams 嵌入式桌面应用 diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.yaml similarity index 91% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.yaml index ddde123ab167..ae7869a48635 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.99/Serverdata.ElevateTeamsDesktopPlugin.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.114/Serverdata.ElevateTeamsDesktopPlugin.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.99 +PackageVersion: 1.0.114 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 0533adca9dd2ca5bbefca0bf6a47a4d38e5287de Mon Sep 17 00:00:00 2001 From: Atsushi Nakamura <16175660+nuitsjp@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:14:44 +0900 Subject: [PATCH 27/30] New version: NuitsJp.GistGet version 1.1.0 (#326351) --- .../1.1.0/NuitsJp.GistGet.installer.yaml | 19 ++++++++++++++ .../1.1.0/NuitsJp.GistGet.locale.en-US.yaml | 25 +++++++++++++++++++ .../GistGet/1.1.0/NuitsJp.GistGet.yaml | 7 ++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.installer.yaml create mode 100644 manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.locale.en-US.yaml create mode 100644 manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.yaml diff --git a/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.installer.yaml b/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.installer.yaml new file mode 100644 index 000000000000..42ca679abc52 --- /dev/null +++ b/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: NuitsJp.GistGet +PackageVersion: 1.1.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GistGet.exe + PortableCommandAlias: gistget +UpgradeBehavior: install +Commands: +- gistget +ReleaseDate: 2025-12-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nuitsjp/GistGet/releases/download/v1.1.0/GistGet-win-x64.zip + InstallerSha256: df374a312dddc7b126e74f652b3d9ab74357c05d4e3b2bc88e4381f782cc1a69 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.locale.en-US.yaml b/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.locale.en-US.yaml new file mode 100644 index 000000000000..f524d5bf9ae1 --- /dev/null +++ b/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: NuitsJp.GistGet +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: nuitsjp +PublisherUrl: https://github.com/nuitsjp +PackageName: GistGet +PackageUrl: https://github.com/nuitsjp/GistGet +License: MIT +LicenseUrl: https://github.com/nuitsjp/GistGet/blob/main/LICENSE +ShortDescription: Windows Package Manager Cloud Sync Tool +Description: |- + GistGet is a tool that synchronizes your WinGet package list with GitHub Gist, + enabling easy backup and restoration of your installed packages across multiple machines. +Moniker: gistget +Tags: +- winget +- gist +- sync +- package-manager +- backup +ReleaseNotesUrl: https://github.com/nuitsjp/GistGet/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.yaml b/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.yaml new file mode 100644 index 000000000000..64a748b9ebfb --- /dev/null +++ b/manifests/n/NuitsJp/GistGet/1.1.0/NuitsJp.GistGet.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: NuitsJp.GistGet +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 3a8995e1f2905a784cf8ad778bf021c20f4c8658 Mon Sep 17 00:00:00 2001 From: Jordan Coin Jackson Date: Fri, 26 Dec 2025 23:21:27 -0500 Subject: [PATCH 28/30] New version: JordanCoin.docmap 0.0.2 (#325916) Co-authored-by: goreleaserbot --- .../0.0.2/JordanCoin.docmap.installer.yaml | 18 +++++++++++++ .../0.0.2/JordanCoin.docmap.locale.en-US.yaml | 26 +++++++++++++++++++ .../docmap/0.0.2/JordanCoin.docmap.yaml | 7 +++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.installer.yaml create mode 100644 manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.locale.en-US.yaml create mode 100644 manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.yaml diff --git a/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.installer.yaml b/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.installer.yaml new file mode 100644 index 000000000000..b7a221bb3d81 --- /dev/null +++ b/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: JordanCoin.docmap +PackageVersion: 0.0.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-23" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: docmap.exe + PortableCommandAlias: docmap + InstallerUrl: https://github.com/JordanCoin/docmap/releases/download/v0.0.2/docmap_0.0.2_windows_amd64.zip + InstallerSha256: c67c5d2810b298afa42d52c6ed5b142ad5e27ac74363c6ebca8f415ac6281544 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.locale.en-US.yaml b/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.locale.en-US.yaml new file mode 100644 index 000000000000..2fb067d44b1a --- /dev/null +++ b/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.locale.en-US.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: JordanCoin.docmap +PackageVersion: 0.0.2 +PackageLocale: en-US +Publisher: JordanCoin +PublisherUrl: https://github.com/JordanCoin +PublisherSupportUrl: https://github.com/JordanCoin/docmap/issues +PackageName: docmap +PackageUrl: https://github.com/JordanCoin/docmap +License: MIT +LicenseUrl: https://github.com/JordanCoin/docmap/blob/main/LICENSE +ShortDescription: Instant documentation structure for LLMs and humans +Description: | + docmap generates a compact, structured map of your documentation + that LLMs can instantly understand. Navigate massive docs without + burning tokens. +Moniker: docmap +Tags: + - cli + - developer-tools + - ai + - llm + - documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.yaml b/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.yaml new file mode 100644 index 000000000000..2c84b9b7236d --- /dev/null +++ b/manifests/j/JordanCoin/docmap/0.0.2/JordanCoin.docmap.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: JordanCoin.docmap +PackageVersion: 0.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 67255b094098f1485ec02dabb5b09356060fe89e Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Sanz Date: Sat, 27 Dec 2025 05:36:42 +0100 Subject: [PATCH 29/30] New package: CCExtractor.CCExtractor version 0.96.2 (#326399) Co-authored-by: Kaleb Luedtke --- .../CCExtractor.CCExtractor.installer.yaml | 21 ++++++++++ .../CCExtractor.CCExtractor.locale.en-US.yaml | 39 +++++++++++++++++++ .../0.96.2/CCExtractor.CCExtractor.yaml | 6 +++ 3 files changed, 66 insertions(+) create mode 100644 manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.installer.yaml create mode 100644 manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.locale.en-US.yaml create mode 100644 manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.yaml diff --git a/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.installer.yaml b/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.installer.yaml new file mode 100644 index 000000000000..126334c685c2 --- /dev/null +++ b/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: CCExtractor.CCExtractor +PackageVersion: 0.96.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/CCExtractor/ccextractor/releases/download/v0.96.2/CCExtractor.0.96.2.msi + InstallerSha256: FFCAB0D766180AFC2832277397CDEC885D15270DECE33A9A51947B790F1F095B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.locale.en-US.yaml b/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.locale.en-US.yaml new file mode 100644 index 000000000000..1ea59da3cb15 --- /dev/null +++ b/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.locale.en-US.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: CCExtractor.CCExtractor +PackageVersion: 0.96.2 +PackageLocale: en-US +Publisher: CCExtractor Development +PublisherUrl: https://ccextractor.org +PublisherSupportUrl: https://github.com/CCExtractor/ccextractor/issues +Author: CCExtractor Development Team +PackageName: CCExtractor +PackageUrl: https://ccextractor.org +License: GPL-2.0 +LicenseUrl: https://github.com/CCExtractor/ccextractor/blob/master/LICENSE.txt +Copyright: Copyright (c) CCExtractor Development +ShortDescription: A tool to extract subtitles from video files +Description: |- + CCExtractor is a tool that analyzes video files and produces independent subtitle files from the closed captions data. + + Key features: + - Extracts closed captions from various video formats (MPEG, H.264, MKV, MP4, etc.) + - Supports multiple input sources including DVDs, DVRs, and live TV captures + - Outputs to multiple formats (SRT, WebVTT, SAMI, transcript, etc.) + - OCR support for bitmap-based subtitles (DVB, teletext) + - Cross-platform (Windows, Linux, macOS) + - Includes a GUI for easy operation +Moniker: ccextractor +Tags: +- subtitles +- closed-captions +- video +- extraction +- accessibility +- srt +- dvb +- teletext +- ocr +- media +ReleaseNotesUrl: https://github.com/CCExtractor/ccextractor/releases +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.yaml b/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.yaml new file mode 100644 index 000000000000..c3b0e5b33608 --- /dev/null +++ b/manifests/c/CCExtractor/CCExtractor/0.96.2/CCExtractor.CCExtractor.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: CCExtractor.CCExtractor +PackageVersion: 0.96.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 8e536ec91b48c0363b4c7d3ae8406bf5ad884e6b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:37:28 +0800 Subject: [PATCH 30/30] New version: ZhipuAI.AutoGLM version 1.2.0 (#326334) --- .../1.2.0/ZhipuAI.AutoGLM.installer.yaml | 20 ++++++++++++++ .../1.2.0/ZhipuAI.AutoGLM.locale.en-US.yaml | 20 ++++++++++++++ .../1.2.0/ZhipuAI.AutoGLM.locale.zh-CN.yaml | 27 +++++++++++++++++++ .../AutoGLM/1.2.0/ZhipuAI.AutoGLM.yaml | 8 ++++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.installer.yaml create mode 100644 manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.en-US.yaml create mode 100644 manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.zh-CN.yaml create mode 100644 manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.yaml diff --git a/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.installer.yaml b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.installer.yaml new file mode 100644 index 000000000000..658910acfb92 --- /dev/null +++ b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.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: ZhipuAI.AutoGLM +PackageVersion: 1.2.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- autotyper +ProductCode: 27141d4d-49b8-5912-ab14-be0c4d13c36f +ReleaseDate: 2025-12-25 +Installers: +- Architecture: x64 + InstallerUrl: https://autoglm.aminer.cn/autotyper/updates/AutoGLM_win32_x64_1.2.0.exe + InstallerSha256: 05987061B1939193722F47E7646E7B20BFB5201F5573D6372EB371036556A11F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.en-US.yaml b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.en-US.yaml new file mode 100644 index 000000000000..33b016fefb0f --- /dev/null +++ b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: ZhipuAI.AutoGLM +PackageVersion: 1.2.0 +PackageLocale: en-US +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +License: Proprietary +ShortDescription: Zhipu AI Input Method is an intelligent AI voice input tool that enables efficient creation through speech, eliminating the hassle of typing—just speak and your words become text. +Tags: +- chinese +- glm +- handwriting +- ime +- input-method +- pinyin +- speech +- voice +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.zh-CN.yaml b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.zh-CN.yaml new file mode 100644 index 000000000000..e67f76040a05 --- /dev/null +++ b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.locale.zh-CN.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: ZhipuAI.AutoGLM +PackageVersion: 1.2.0 +PackageLocale: zh-CN +Publisher: 智谱华章 +PublisherUrl: https://zhipuai.cn/ +PrivacyUrl: https://autoglm.aminer.cn/web/md2html/index.html?md=autoglm_pc_privacy +Author: 北京智谱华章科技股份有限公司 +PackageName: AutoGLM +PackageUrl: https://autoglm.zhipuai.cn/autotyper/ +License: 专有软件 +LicenseUrl: https://autoglm.aminer.cn/web/md2html/index.html?md=autoglm_pc_agreement&favicon=autoglm +Copyright: © 2025 版权所有 北京智谱华章科技股份有限公司 +CopyrightUrl: https://autoglm.aminer.cn/web/md2html/index.html?md=autoglm_pc_agreement&favicon=autoglm +ShortDescription: 智谱 AI 输入法是一款智能的 AI 语音输入工具,通过说话就能实现高效创作,告别繁琐打字,说话即成文 +Tags: +- glm +- 中文 +- 手写 +- 拼音 +- 汉语 +- 语音 +- 输入法 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.yaml b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.yaml new file mode 100644 index 000000000000..5c47ef76a49e --- /dev/null +++ b/manifests/z/ZhipuAI/AutoGLM/1.2.0/ZhipuAI.AutoGLM.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: ZhipuAI.AutoGLM +PackageVersion: 1.2.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0