From df0f6f1baf198b13f14e2ae63026a460ed9f8348 Mon Sep 17 00:00:00 2001 From: Gio Date: Fri, 4 Oct 2024 18:15:32 -0500 Subject: [PATCH] Update flathub metainfo --- Justfile | 13 ++++++++----- ...mbosh.UnofficialHomestuckCollection.metainfo.xml | 4 ++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Justfile b/Justfile index 8566552..b766fec 100644 --- a/Justfile +++ b/Justfile @@ -16,15 +16,18 @@ git-future: done xml_release: - #!/bin/bash - gh release view --json tagName,publishedAt,url,body \ - | yq -p json -o xml ' - {"release": { + #!/bin/bash -x + release="$(gh release view --json tagName,publishedAt,url,body)" + export body="$(echo "$release" | yq -p json '.body' | /usr/bin/env python3 -m markdown)" + + echo "$release" | yq -p json -o xml '. | { + "release": { "+@version": (.tagName | sub("v", "")), "+@type": "stable", "+@date": (.publishedAt), "url": .url, - "description": "

" + .body + "

"} + "description": strenv(body) + } }' flatpak: diff --git a/build/dev.bambosh.UnofficialHomestuckCollection.metainfo.xml b/build/dev.bambosh.UnofficialHomestuckCollection.metainfo.xml index 65c62c3..2b1fa23 100644 --- a/build/dev.bambosh.UnofficialHomestuckCollection.metainfo.xml +++ b/build/dev.bambosh.UnofficialHomestuckCollection.metainfo.xml @@ -23,6 +23,10 @@ + + /~https://github.com/GiovanH/unofficial-homestuck-collection/releases/tag/v2.5.6 + <p><strong>Full Changelog</strong>: /~https://github.com/GiovanH/unofficial-homestuck-collection/compare/v2.5.2...v2.5.6</p><h2>What's Changed</h2><ul><li>Bugfixes to resolve issues with youtube and similar external links</li><li>Improved skaianet systems page (thanks @kittenchilly)</li><li>Fixed a bug causing notifications to cause scrollbar jitter </li><li>mods: fix storing <code>false</code> by @bb010g in /~https://github.com/GiovanH/unofficial-homestuck-collection/pull/609</li><li>2.5.2 -&gt; 2.5.6 by @GiovanH in /~https://github.com/GiovanH/unofficial-homestuck-collection/pull/612</li></ul><h2>New Contributors</h2><ul><li>@bb010g made their first contribution in /~https://github.com/GiovanH/unofficial-homestuck-collection/pull/609</li></ul> + /~https://github.com/GiovanH/unofficial-homestuck-collection/releases/tag/v2.5.2

Bugfix to fix /~https://github.com/GiovanH/unofficial-homestuck-collection/issues/601. Promoted to full release 2024-08-24