Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: io.github.frathe.picfetch
PackageVersion: 1.0.0
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: picfetch.exe
PortableCommandAlias: picfetch
ReleaseDate: 2026-09-03
Installers:
- Architecture: x64
InstallerUrl: https://github.com/frathe/picfetch/releases/download/v1.0.0/picfetch-windows-amd64.zip
InstallerSha256: 1C39E4FF34E46BA7D6DEDA1B871337F082B71BD56971DFD8B4AFA7F5885BA6B8
- Architecture: arm64
InstallerUrl: https://github.com/frathe/picfetch/releases/download/v1.0.0/picfetch-windows-arm64.zip
InstallerSha256: B0A1D785255EC510F710837C350A73E6C6B8ACE53FCE73A7D5C3DA750F4E2D7F
ManifestType: installer
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: io.github.frathe.picfetch
PackageVersion: 1.0.0
PackageLocale: en-US
Publisher: Florian Rathe
PublisherUrl: https://github.com/frathe
PublisherSupportUrl: https://github.com/frathe/picfetch/issues
Author: Florian Rathe
PackageName: PicFetch
PackageUrl: https://frathe.github.io/picfetch/
License: MIT
LicenseUrl: https://github.com/frathe/picfetch/blob/HEAD/LICENSE
Copyright: Copyright (c) 2026 Florian Rathe
ShortDescription: A small multi-platform desktop app for quickly viewing and browsing images.
Description: |-
A small Fyne desktop app for quickly viewing images. Drop one or more images onto the window to view them, and step through the set with the keyboard.

Supports JPEG, PNG, GIF, WebP, BMP, TIFF, ICO, XPM, HEIC, AVIF, SVG, and camera RAW previews.
Moniker: picfetch
Tags:
- fyne
- go
- image-viewer
- photos
- pictures
- portable
ReleaseNotes: |-
What's Changed
New Features
- Added the Microsoft Store MSIX delivery path: exact reserved package
identity, generated x64/ARM64 manifests and assets, a Store-managed build
mode that disables GitHub self-updates, Windows CI packaging/WACK checks,
localized listing copy, and an explicit privacy disclosure for the optional
OpenStreetMap EXIF-location view.
Internal
- Unified GitHub and Microsoft Store release versioning for the 1.0 launch:
FyneApp.toml is the single public version source, and MSIX appends only its
Store-reserved fourth zero component.
- Reduced the measured median reusable CI gate from 22:17 to 7:52 while
retaining Linux race coverage, native Windows tests, validation, and release
failure gating. The final topology can use six concurrent required runners
instead of two and raises median runner time from 23:26 to 30:43 (+31.1%).
Its exact manifest proves UI coverage and non-overlap, but no one process now
exercises the whole UI suite's ordering; see the
completed measurement record.
Full Changelog: v0.2.17...v1.0.0
ReleaseNotesUrl: https://github.com/frathe/picfetch/releases/tag/v1.0.0
ManifestType: defaultLocale
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: io.github.frathe.picfetch
PackageVersion: 1.0.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0