diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 709a7cd..2f93975 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -37,10 +37,14 @@ jobs: RID=$(curl -sf -X POST -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/json" \ "$API/repos/$REPO/releases" \ - -d "$(jq -nc --arg t "$TAG" '{tag_name:$t,name:$t,draft:false,prerelease:false}')" \ + -d "$(jq -nc --arg t "$TAG" '{tag_name:$t,name:$t,draft:false,prerelease:false,hide_archive_links:true}')" \ | jq -r '.id') fi echo "release id: $RID" + # Gitea honors hide_archive_links only on edit, not create — PATCH it + # so the auto-generated Source Code (zip/tar.gz) links stay hidden. + curl -sf -X PATCH -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" \ + "$API/repos/$REPO/releases/$RID" -d '{"hide_archive_links":true}' >/dev/null || true # Upload every dist/*.zip. Per-asset failures don't fail the job — # we want partial releases to still publish rather than block the # whole pipeline on one big file. diff --git a/README-CoA.md b/README-CoA.md index 14cf6db..e8d1f4d 100644 --- a/README-CoA.md +++ b/README-CoA.md @@ -63,10 +63,6 @@ crashed on the very first guide load with What is still TODO ------------------ -- **In-game smoke test.** The addon has not yet been loaded against - the Ascension client. Expect further small breakage (frame APIs, - `GetAddOnInfo` signature, possibly map-zone coords) once we drive it - through `/vguide`. - **MetaMapBWP integration.** MetaMap doesn't exist on 3.3.5. The hooks in `Settings.lua` and `Frame_SettingsFrame.lua` are gated behind `IsAddOnLoaded("MetaMap")` so they're effectively dead, but diff --git a/VanillaGuide/VanillaGuide.toc b/VanillaGuide/VanillaGuide.toc index 0ff707e..ec68195 100644 --- a/VanillaGuide/VanillaGuide.toc +++ b/VanillaGuide/VanillaGuide.toc @@ -2,7 +2,7 @@ ## Title: VanillaGuide |cff7fff7f -Ace2-|r |cffff7f7f(CoA)|r ## Notes: Step-by-Step 1-60 Guides (CoA fork: Ascension 3.3.5 port, Joana H/A paths) ## Author: mrmr -## Version: 1.04.2-coa1 +## Version: 1.04.2 ## DefaultState: enabled ## LoadOnDemand: 0 @@ -57,6 +57,6 @@ UI.lua libs\Tablet-2.0\Tablet-2.0.lua libs\Dewdrop-2.0\Dewdrop-2.0.lua -libs\FuBarPlugin-2.0\FubarPlugin-2.0.lua +libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua VGuideFu.lua