Releases: N6LKA/AllStar-Herald
Release list
v1.29.0
What's Changed
Full Changelog: v1.28.4...v1.29.0
v1.28.4
What's Changed
Full Changelog: v1.28.3...v1.28.4
v1.28.3
What's Changed
Full Changelog: v1.28.1...v1.28.3
v1.28.1
What's Changed
Full Changelog: v1.28.0...v1.28.1
v1.28.0
What's Changed
Full Changelog: v1.27.0...v1.28.0
v1.27.0
What's Changed
Full Changelog: v1.26.4...v1.27.0
v1.26.4
What's Changed
Full Changelog: v1.26.3...v1.26.4
v1.26.3
What's Changed
Full Changelog: v1.26.2...v1.26.3
v1.26.2
⚠️ Migrating from before 1.26.0? Read the full checklist first.
Several manual-fix gotchas surfaced going through this rename on my own node — consolidated into one place: Upgrading past 1.26.0: read this if anything broke.
What's Changed
Full Changelog: v1.26.0...v1.26.2
v1.26.0
⚠️ 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 bashThis 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
Full Changelog: v1.25.2...v1.26.0