From 2546ea78cdc7223201cbd6bd70942782a44721e7 Mon Sep 17 00:00:00 2001 From: Vivor Loong <51329027+justnullname@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:36:33 +0800 Subject: [PATCH 1/3] New package: justnullname.QuickView version 5.3.0 --- .../justnullname.QuickView.installer.yaml | 23 ++++++++++++++ .../justnullname.QuickView.locale.en-US.yaml | 30 +++++++++++++++++++ .../5.3.0/justnullname.QuickView.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml create mode 100644 manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.locale.en-US.yaml create mode 100644 manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.yaml diff --git a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml new file mode 100644 index 0000000000000..3a272556f1734 --- /dev/null +++ b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 5.3.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /CURRENTUSER +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v5.3.0/QuickView_Installer_v5.3.0_X64.exe + InstallerSha256: 9E5D2F7288028DE492CD1C1D9684EF3A179ADDC40E660501A87A43FFFE1F36CB + - Architecture: arm64 + InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v5.3.0/QuickView_Installer_v5.3.0_ARM64.exe + InstallerSha256: 98C5C4E592F8D00B0251C6C869B4F61C09F3B74A3AF015BDB29BD8E8E4B6DC52 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.locale.en-US.yaml b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.locale.en-US.yaml new file mode 100644 index 0000000000000..69c95f3f640b4 --- /dev/null +++ b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 5.3.0 +PackageLocale: en-US +Publisher: justnullname +PublisherUrl: https://github.com/justnullname +PackageName: QuickView +PackageUrl: https://github.com/justnullname/QuickView +License: GPL-3.0 +LicenseUrl: https://github.com/justnullname/QuickView/blob/main/LICENSE +ShortDescription: A blazingly fast, lightweight image viewer for Windows powered by Direct2D and SIMD. +Description: |- + QuickView is a high-performance image viewer for Windows, built with Direct2D hardware acceleration + and Google Highway SIMD optimization. It supports 80+ image formats including JPEG XL, AVIF, HEIC, + WebP, and RAW files. Features include HDR display support, portable mode, and GPU-accelerated rendering. +Tags: + - image-viewer + - photo-viewer + - direct2d + - simd + - heic + - avif + - jxl + - webp + - raw + - hdr +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.yaml b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.yaml new file mode 100644 index 0000000000000..abe975e581ba2 --- /dev/null +++ b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 5.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 66a600478051a186b7e2430c0c102498b1ead2cc Mon Sep 17 00:00:00 2001 From: Vivor Loong <51329027+justnullname@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:11:57 +0800 Subject: [PATCH 2/3] Fix InstallerSha256 hash values for both x64 and arm64 installers --- .../QuickView/5.3.0/justnullname.QuickView.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml index 3a272556f1734..2bf64b9422e82 100644 --- a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml +++ b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml @@ -15,9 +15,9 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v5.3.0/QuickView_Installer_v5.3.0_X64.exe - InstallerSha256: 9E5D2F7288028DE492CD1C1D9684EF3A179ADDC40E660501A87A43FFFE1F36CB + InstallerSha256: 46E44506E2C4B7E3BADB62BDB423FD49841AFD0F1FC7F5DBD9CED922BFD9424B - Architecture: arm64 InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v5.3.0/QuickView_Installer_v5.3.0_ARM64.exe - InstallerSha256: 98C5C4E592F8D00B0251C6C869B4F61C09F3B74A3AF015BDB29BD8E8E4B6DC52 + InstallerSha256: DCCEFE1DC1C3BE6AD1F11E99677B0E9873608EFA2EEAEEC84D078FBA60BA4571 ManifestType: installer ManifestVersion: 1.9.0 From 4ffbb1ab4ec480354da87bc10410a96ee6c1762c Mon Sep 17 00:00:00 2001 From: Vivor Loong <51329027+justnullname@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:29:42 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20justnullname.QuickView?= =?UTF-8?q?.installer.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../QuickView/5.3.0/justnullname.QuickView.installer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml index 2bf64b9422e82..b7248e3b45d2f 100644 --- a/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml +++ b/manifests/j/justnullname/QuickView/5.3.0/justnullname.QuickView.installer.yaml @@ -16,8 +16,12 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v5.3.0/QuickView_Installer_v5.3.0_X64.exe InstallerSha256: 46E44506E2C4B7E3BADB62BDB423FD49841AFD0F1FC7F5DBD9CED922BFD9424B + InstallerSuccessCodes: + - -1073741819 - Architecture: arm64 InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v5.3.0/QuickView_Installer_v5.3.0_ARM64.exe InstallerSha256: DCCEFE1DC1C3BE6AD1F11E99677B0E9873608EFA2EEAEEC84D078FBA60BA4571 + InstallerSuccessCodes: + - -1073741819 ManifestType: installer ManifestVersion: 1.9.0