From c0a4ff86df5e1edb2d8647379cc1e5332f373b26 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Fri, 14 Aug 2026 19:00:48 +0200 Subject: [PATCH] =?UTF-8?q?pin:=20playnite=200.4.3=20=E2=80=94=20the=20.pe?= =?UTF-8?q?xt=20finally=20has=20a=20release=20to=20point=20at?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.4.3 is the version whose console tells a user where to GET the Playnite half of the plugin. Until now the first-run screen named `punktfunk-sync.pext` without saying it was a download, and the only route to the file was the repo's Actions tab; the repo had zero releases. 0.4.3 adds a "Download punktfunk-sync.pext" button on the Overview and Library empty states pointing at /releases/latest, and a `v*` tag now cuts a real Gitea release with the .pext plus a .sha256 sidecar attached. It also surfaces the `launcher` toggle in Settings, which was config-file-only and is the escape hatch when a host cannot open Playnite's Fullscreen app. `verification.reviewedAt` is deliberately UNSET, so this cannot merge yet. It is an attestation that a human read THIS published tarball, and I authored the change, so it is not mine to write. The mechanical half is done and is in the PR body: tarball diffed against 0.4.2, integrity fetched from the registry and recomputed from a fresh download, endpoints and lifecycle scripts checked. minHost stays 0.25.0: nothing in 0.4.3 asks anything new of the host. --- v1/index.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/v1/index.json b/v1/index.json index 1bfae5f..6b3ac6d 100644 --- a/v1/index.json +++ b/v1/index.json @@ -93,11 +93,9 @@ "author": "unom", "homepage": "https://git.unom.io/unom/punktfunk-plugin-playnite", "license": "MIT OR Apache-2.0", - "version": "0.4.2", - "integrity": "sha512-/cY/SBkU0EPneCUGafjlqiXXq0EdQ2ZWqJXHIIhDlmxlDFgP+sWHZXTrRmxw2jOK6qY2UpM0oeGtMZanpLhbew==", - "verification": { - "reviewedAt": "2026-08-13" - }, + "version": "0.4.3", + "integrity": "sha512-MdVstwKwiR//XH1fVVjeELfQrKTThyb6dilJ7QMyh8RmtJ75t7Y8w1bUpJKi/RTLDo9PD6nGGFRgS9oXnCMUuQ==", + "verification": {}, "minHost": "0.25.0", "platforms": [ "windows" -- 2.54.0