Skip to content

v1.26.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:14
· 24 commits to main since this release
0bc851f

⚠️ Upgrading from a version before 1.26.0? Read this first — the in-app Update button won't work.

Full checklist of everything that can need a manual fix crossing this boundary (Update button, Allmon3 link, file-missing errors, SkywarnPlus bridge, rpt.conf): Upgrading past 1.26.0 — read this if anything broke

This release renames the GitHub repo from ASL3-Herald to AllStar-Herald (#47) and scrubs the old asl3-herald naming out of every path/file on disk. GitHub automatically redirects the old repo URL to the new one, but there's a catch: GitHub's archive/tarball download always names the extracted folder after the current repo name, even when you request it through the old URL. Herald's self-update mechanism on any pre-1.26.0 install has the old folder name (ASL3-Herald-main) hardcoded, so when it tries to extract install.sh from the downloaded tarball it can't find it — the update silently does nothing, and you're left on your old version with no clear error.

One-time fix — run this once, manually, over SSH:

curl -fsSL -H "Cache-Control: no-cache" https://raw.githubusercontent.com/N6LKA/AllStar-Herald/main/install.sh | sudo bash

This bypasses the broken step entirely and brings you straight to 1.26.0. After that, the in-app Update button works normally again — this only affects crossing this one specific version boundary. See the discussion linked above for anything else that might need a one-time fix (Allmon3, weather bridge, rpt.conf).

Sorry for the hiccup — open an issue if you get stuck.

What's Changed

  • Scrub ASL3 naming, complete AllStar-Herald repo rename by @N6LKA in #50

Full Changelog: v1.25.2...v1.26.0